From: Mike McCormack Date: Fri, 10 Mar 2006 04:47:59 +0000 (+0900) Subject: Describe how to add extra mail header lines in mail generated by git-format-patch. X-Git-Tag: v1.3.0-rc1~13^2~8 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=96ce6d2607449a439ee30644465507eb5a6e1938;p=git.git Describe how to add extra mail header lines in mail generated by git-format-patch. --- 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 --------