summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: a15a44e)
raw | patch | inline | side by side (parent: a15a44e)
author | Mike McCormack <mike@codeweavers.com> | |
Fri, 10 Mar 2006 04:47:59 +0000 (13:47 +0900) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Fri, 10 Mar 2006 06:01:10 +0000 (22:01 -0800) |
Documentation/git-format-patch.txt | patch | blob | history |
index bc85a6222157467683d3bec13feb17b09d331f25..7cc7fafc1d7fbe380ffa53e0d028886e15d0010e 100644 (file)
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
--------