Skip to content

Commit

Permalink
Describe how to add extra mail header lines in mail generated by git-…
Browse files Browse the repository at this point in the history
…format-patch.
  • Loading branch information
Mike McCormack authored and Junio C Hamano committed Mar 10, 2006
1 parent a15a44e commit 96ce6d2
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Documentation/git-format-patch.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
--------

Expand Down

0 comments on commit 96ce6d2

Please sign in to comment.