On Sat, 23 Jul 2011, Steve Holme wrote:

1) would the curl project like my modifications, and

Oh yes, they sound like they certainly would be appreciated!

2) for your advice on the best way of detecting my changes and posting them back to the mailing list as this is the first time using Git ;-)

Personally, I've found that I like doing it like this:

 - create a dedicated branch for the new stuff
 - commit your changes
 - when you have something to show us, do 'git format-patch' and post the
   patch(es) here
 - having a branch lets you easily do commit --amend to fix things after
   review and yet still pulland rebase etc

Once your patch goes into mainline you can just delete your branch.

--

 / daniel.haxx.se
-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette:  http://curl.haxx.se/mail/etiquette.html

Reply via email to