Hi,
On Thu, 30 Nov 2006, Francis Moreau wrote:
I'd like to add to all patchs created by "git-format-patch" command
the following line:
From: xxx.yyy [off-list ref]
From Documentation/git-format-patch.txt:
-- snip --
CONFIGURATION
-------------
You can specify extra mail header lines to be added to each
message in the repository configuration as follows:
[format]
headers = "Organization: git-foo\n"
-- snap --
Hth,
Dscho
On 11/30/06, Johannes Schindelin [off-list ref] wrote:
Hi,
On Thu, 30 Nov 2006, Francis Moreau wrote:
quoted
I'd like to add to all patchs created by "git-format-patch" command
the following line:
From: xxx.yyy [off-list ref]
From Documentation/git-format-patch.txt:
-- snip --
CONFIGURATION
-------------
You can specify extra mail header lines to be added to each
message in the repository configuration as follows:
I stupily thought that it couldn't be used to prepend message for the
message body. But since it appends the line at the end of mail header,
it does the right thing for me.
Thanks for your quick answer
--