
Hi Frans,
Le 24/02/2010 20:32, Frans Meulenbroeks a écrit :
If anyone can educate me how to get the patches numbered, please (I have sent this by git send-email 0001... 0002.... etc in one command
git format-patch -n
-n, --numbered Name output in [PATCH n/m] format, even with a single patch.
Frans.
PS: I once read somewhere that it is also possible to add additional text in a patch only for the mailing list, so not part of the commit message. However, I could not find that info any more. If someone by any chance knows that please drop me a mail.
maybe this option to git format-patch can help you even if that's not exactly what you ask here :
--cover-letter In addition to the patches, generate a cover letter file containing the shortlog and the overall diffstat. You can fill in a description in the file before sending it out.
Eric