6 Oct
2011
6 Oct
'11
10:55 a.m.
On 10/06/2011 08:46 AM, David Henningsson wrote:
On 10/05/2011 05:07 PM, Mark Brown wrote:
... don't send your patch as an attachment.
I find this hard to fulfil at times, in particular when I want to add something to the email that I don't want to be a part of the commit message. Is this possible with git send-email, and without sending the patch as an attachment?
Use "git send-email --annotate", and delimit the something from the commit message with a scissors line (man git-am).
Regards, Clemens