Subject: Re: Download libssh2 source via HTTPS?

Re: Download libssh2 source via HTTPS?

From: Peter Stuge <peter_at_stuge.se>
Date: Mon, 9 Mar 2015 15:41:11 +0100

Will Cosgrove wrote:
> Exactly, here's where I say our diff is as simple as a pull request
> on github. Review it and apply it to trunk, done. Posting diffs to
> an email list in 2015 as the preferred way of committing patches,
> IMHO, is a huge barrier to entry. At least it is for our team.

# one-time configuration, needed for sending email; github needs other
git config sendemail.from 'Will Cosgrove <will_at_panic.com>'
git config sendemail.to libssh2-devel_at_cool.haxx.se
git config sendemail.suppresscc all
git config sendemail.multiedit false

# for each local branch of changes, neccessary whether github or email
git checkout local_branch_name
git fetch origin
git rebase origin/master

# emailing your commits to the mailing list
git send-email origin/master..

# ..or pushing to github
git push github local_branch_name

//Peter
_______________________________________________
libssh2-devel http://cool.haxx.se/cgi-bin/mailman/listinfo/libssh2-devel
Received on 2015-03-09