aboutsummaryrefslogtreecommitdiff
path: root/Documentation/config.txt
diff options
context:
space:
mode:
authorBrian Gernhardt <benji@silverinsanity.com>2007-11-03 23:38:24 -0400
committerJunio C Hamano <gitster@pobox.com>2007-11-04 01:26:30 -0800
commit49604a4d62d9055dbfc06472e7ef20d8a6114123 (patch)
tree04184f6985f3b22bab7f22fe96d25b23e5dee4ce /Documentation/config.txt
parent140dd77a5cb2e61dcb942e245a2474fae95e42a5 (diff)
downloadgit-49604a4d62d9055dbfc06472e7ef20d8a6114123.tar.gz
git-49604a4d62d9055dbfc06472e7ef20d8a6114123.tar.xz
format-patch: Add configuration and off switch for --numbered
format.numbered is a tri-state variable. Boolean values enable or disable numbering by default and "auto" enables number when outputting more than one patch. --no-numbered (short: -N) will disable numbering. Signed-off-by: Brian Gernhardt <benji@silverinsanity.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/config.txt')
-rw-r--r--Documentation/config.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/Documentation/config.txt b/Documentation/config.txt
index 0df004ea2..268839da7 100644
--- a/Documentation/config.txt
+++ b/Documentation/config.txt
@@ -432,6 +432,12 @@ fetch.unpackLimit::
pack from a push can make the push operation complete faster,
especially on slow filesystems.
+format.numbered::
+ A boolean which can enable sequence numbers in patch subjects.
+ Seting this option to "auto" will enable it only if there is
+ more than one patch. See --numbered option in
+ gitlink:git-format-patch[1].
+
format.headers::
Additional email headers to include in a patch to be submitted
by mail. See gitlink:git-format-patch[1].