author | Brian Gernhardt <benji@silverinsanity.com> | |
Sun, 4 Nov 2007 03:38:24 +0000 (23:38 -0400) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Sun, 4 Nov 2007 09:26:30 +0000 (01:26 -0800) | ||
commit | 49604a4d62d9055dbfc06472e7ef20d8a6114123 | |
tree | 04184f6985f3b22bab7f22fe96d25b23e5dee4ce | tree | snapshot |
parent | 140dd77a5cb2e61dcb942e245a2474fae95e42a5 | commit | diff |
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>
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>
Documentation/config.txt | diff | blob | history | |
Documentation/git-format-patch.txt | diff | blob | history | |
builtin-log.c | diff | blob | history |