aboutsummaryrefslogtreecommitdiff
path: root/Documentation/config.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2008-10-19 16:06:44 -0700
committerJunio C Hamano <gitster@pobox.com>2008-10-19 16:06:44 -0700
commitfd6e237d4e8b07287c8349aa99e897f4eace4ff3 (patch)
tree8753aa2593c28be0deddb95421eb8d399c24e693 /Documentation/config.txt
parent18e143487ddb5b32b2f6003972d2115bb4ac460f (diff)
parenta567fdcb016e8e882ec0a1e044c9caac8f70e693 (diff)
downloadgit-fd6e237d4e8b07287c8349aa99e897f4eace4ff3.tar.xz
Merge branch 'gb/formatpatch-autonbr'
* gb/formatpatch-autonbr: format-patch: autonumber by default
Diffstat (limited to 'Documentation/config.txt')
-rw-r--r--Documentation/config.txt9
1 files changed, 5 insertions, 4 deletions
diff --git a/Documentation/config.txt b/Documentation/config.txt
index da18a5458e..5ba3ffa10f 100644
--- a/Documentation/config.txt
+++ b/Documentation/config.txt
@@ -640,10 +640,11 @@ fetch.unpackLimit::
`transfer.unpackLimit` is used instead.
format.numbered::
- A boolean which can enable sequence numbers in patch subjects.
- Setting this option to "auto" will enable it only if there is
- more than one patch. See --numbered option in
- linkgit:git-format-patch[1].
+ A boolean which can enable or disable sequence numbers in patch
+ subjects. It defaults to "auto" which enables it only if there
+ is more than one patch. It can be enabled or disabled for all
+ messages by setting it to "true" or "false". See --numbered
+ option in linkgit:git-format-patch[1].
format.headers::
Additional email headers to include in a patch to be submitted