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

maint
Mike McCormack 2006-03-10 13:47:59 +09:00 committed by Junio C Hamano
parent a15a44ef6e
commit 96ce6d2607
1 changed files with 9 additions and 0 deletions

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
--------