summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorLibravatar Mike McCormack <mike@codeweavers.com>2006-03-10 13:47:59 +0900
committerLibravatar Junio C Hamano <junkio@cox.net>2006-03-09 22:01:10 -0800
commit96ce6d2607449a439ee30644465507eb5a6e1938 (patch)
treecdeca55afc4f6ba6efe8c540a82b3c6934bf479d /Documentation
parentDocument the --attach flag. (diff)
downloadtgif-96ce6d2607449a439ee30644465507eb5a6e1938.tar.xz
Describe how to add extra mail header lines in mail generated by git-format-patch.
Diffstat (limited to 'Documentation')
-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
--------