X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=Documentation%2Fgit-format-patch.txt;h=7cc7fafc1d7fbe380ffa53e0d028886e15d0010e;hb=b9895c06882c0e395a2d22c3649e53bd342b535e;hp=bc85a6222157467683d3bec13feb17b09d331f25;hpb=a15a44ef6e4f6d5ec040cc2e69d2753531556947;p=git.git diff --git a/Documentation/git-format-patch.txt b/Documentation/git-format-patch.txt index bc85a622..7cc7fafc 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 --------