Re: How to prepend data when formatting patches ?
From: Catalin Marinas <catalin.marinas@arm.com>
Date: 2016-08-11 20:09:32
"Francis Moreau" [off-list ref] wrote:
I'd like to add to all patchs created by "git-format-patch" command
the following line:
From: xxx.yyy [off-list ref]In the headers or in the message body? StGIT adds this line automatically in the message body (and recently only if the sender is different from the patch author but the templates are flexible and can be changed). --