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 <w...@panic.com>'
git config sendemail.to libssh2-devel@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

Reply via email to