Tommaso Cucinotta <[email protected]> writes: | Il 19/03/2012 01:02, Uwe Stöhr ha scritto: >> As suggested I branched the Git master to develop a new feature. Now >> I think this feature is now ready and I want to show it on the list >> but how can I do that? >> >> I tried to generate a patch from my branch but I only get a success >> message and no file is generated. > | guess > | git show commit..commit > cool.patch > | or, if u remember that your patch is, let's say, 2 commits, something like: > | git show HEAD~2..HEAD > cool.patch | (assuming your committed patches sit on top of everything else, in | your local branch)
Use 'git format-patch' to create patches. Esp. ones that you are planning to send my email. -- Lgb
