diff options
author | Mike McCormack <mike@codeweavers.com> | 2006-03-10 13:47:59 +0900 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-03-09 22:01:10 -0800 |
commit | 96ce6d2607449a439ee30644465507eb5a6e1938 (patch) | |
tree | cdeca55afc4f6ba6efe8c540a82b3c6934bf479d /Documentation | |
parent | a15a44ef6e4f6d5ec040cc2e69d2753531556947 (diff) | |
download | git-96ce6d2607449a439ee30644465507eb5a6e1938.tar.gz git-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.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Documentation/git-format-patch.txt b/Documentation/git-format-patch.txt index bc85a6222..7cc7fafc1 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 -------- |