From 96ce6d2607449a439ee30644465507eb5a6e1938 Mon Sep 17 00:00:00 2001 From: Mike McCormack Date: Fri, 10 Mar 2006 13:47:59 +0900 Subject: [PATCH] Describe how to add extra mail header lines in mail generated by git-format-patch. --- Documentation/git-format-patch.txt | 9 +++++++++ 1 file changed, 9 insertions(+) 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 -------- -- 2.11.0