Describe how to add extra mail header lines in mail generated by git-format-patch.

This commit is contained in:
Mike McCormack 2006-03-10 13:47:59 +09:00 committed by Junio C Hamano
parent a15a44ef6e
commit 96ce6d2607

View file

@ -64,6 +64,15 @@ OPTIONS
Create attachments instead of inlining patches.
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"
EXAMPLES
--------