Skip to content

Commit 96ce6d2

Browse files
Mike McCormackJunio C Hamano
authored andcommitted
Describe how to add extra mail header lines in mail generated by git-format-patch.
1 parent a15a44e commit 96ce6d2

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

Documentation/git-format-patch.txt

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,15 @@ OPTIONS
6464
Create attachments instead of inlining patches.
6565

6666

67+
CONFIGURATION
68+
-------------
69+
You can specify extra mail header lines to be added to each
70+
message in the repository configuration as follows:
71+
72+
[format]
73+
headers = "Organization: git-foo\n"
74+
75+
6776
EXAMPLES
6877
--------
6978

0 commit comments

Comments
 (0)