aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/git-format-patch.txt
diff options
context:
space:
mode:
authorMike McCormack <mike@codeweavers.com>2006-03-10 13:47:59 +0900
committerJunio C Hamano <junkio@cox.net>2006-03-09 22:01:10 -0800
commit96ce6d2607449a439ee30644465507eb5a6e1938 (patch)
treecdeca55afc4f6ba6efe8c540a82b3c6934bf479d /Documentation/git-format-patch.txt
parenta15a44ef6e4f6d5ec040cc2e69d2753531556947 (diff)
downloadgit-96ce6d2607449a439ee30644465507eb5a6e1938.tar.gz
Describe how to add extra mail header lines in mail generated by git-format-patch.
Diffstat (limited to 'Documentation/git-format-patch.txt')
-rw-r--r--Documentation/git-format-patch.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/Documentation/git-format-patch.txt b/Documentation/git-format-patch.txt
index bc85a62221..7cc7fafc1d 100644
--- a/Documentation/git-format-patch.txt
+++ b/Documentation/git-format-patch.txt
@@ -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
--------