Browse Source

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

maint
Mike McCormack 19 years ago committed by Junio C Hamano
parent
commit
96ce6d2607
  1. 9
      Documentation/git-format-patch.txt

9
Documentation/git-format-patch.txt

@ -64,6 +64,15 @@ OPTIONS @@ -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
--------


Loading…
Cancel
Save