summaryrefslogtreecommitdiff
path: root/Documentation/git-format-patch.txt
diff options
context:
space:
mode:
authorAdam Roben <aroben@apple.com>2007-07-02 00:48:59 (GMT)
committerJunio C Hamano <gitster@pobox.com>2007-07-03 04:05:45 (GMT)
commitdbd21447361364d646f3972738a475a92f711513 (patch)
tree9ff09b7a0e46131de33ef3e5cebe3efb51a52488 /Documentation/git-format-patch.txt
parent05dcd69891632101d347b2f8a6bc37a08878aa1a (diff)
downloadgit-dbd21447361364d646f3972738a475a92f711513.zip
git-dbd21447361364d646f3972738a475a92f711513.tar.gz
git-dbd21447361364d646f3972738a475a92f711513.tar.bz2
format-patch: Add format.subjectprefix config option
This change lets you use the format.subjectprefix config option to override the default subject prefix. Signed-off-by: Adam Roben <aroben@apple.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-format-patch.txt')
-rw-r--r--Documentation/git-format-patch.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/Documentation/git-format-patch.txt b/Documentation/git-format-patch.txt
index 647de90..e563810 100644
--- a/Documentation/git-format-patch.txt
+++ b/Documentation/git-format-patch.txt
@@ -126,12 +126,13 @@ not add any suffix.
CONFIGURATION
-------------
You can specify extra mail header lines to be added to each
-message in the repository configuration. Also you can specify
-the default suffix different from the built-in one:
+message in the repository configuration. You can also specify
+new defaults for the subject prefix and file suffix.
------------
[format]
headers = "Organization: git-foo\n"
+ subjectprefix = CHANGE
suffix = .txt
------------