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.7.8.2~21^2~6 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/96ce6d2607449a439ee30644465507eb5a6e1938?ds=inline;hp=--cc Describe how to add extra mail header lines in mail generated by git-format-patch. --- 96ce6d2607449a439ee30644465507eb5a6e1938 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 --------