diff options
author | Junio C Hamano <gitster@pobox.com> | 2007-11-14 14:04:25 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2007-11-14 14:04:25 -0800 |
commit | 55571f7861b81b033b378f3abe145ecbdbc1fdb6 (patch) | |
tree | 7942793c2a1709c9ceb32f0981e79f3f82f6397d /Documentation/config.txt | |
parent | 03edb0a753fbdbfd14ae42a26ffd1e7608919c45 (diff) | |
parent | 6eea60f85e92901cfe6ad7ab75e4a070215aedf7 (diff) | |
download | git-55571f7861b81b033b378f3abe145ecbdbc1fdb6.tar.gz |
Merge branch 'bg/format-patch-N'
* bg/format-patch-N:
Rearrange git-format-patch synopsis to improve clarity.
format-patch: Test --[no-]numbered and format.numbered
format-patch: Add configuration and off switch for --numbered
Diffstat (limited to 'Documentation/config.txt')
-rw-r--r-- | Documentation/config.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Documentation/config.txt b/Documentation/config.txt index 8d5d200580..6dc9f3ed02 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]. |