]> git.ipfire.org Git - thirdparty/git.git/commit - Documentation/git-format-patch.txt
format-patch: Add configuration and off switch for --numbered
authorBrian Gernhardt <benji@silverinsanity.com>
Sun, 4 Nov 2007 03:38:24 +0000 (23:38 -0400)
committerJunio C Hamano <gitster@pobox.com>
Sun, 4 Nov 2007 09:26:30 +0000 (01:26 -0800)
commit49604a4d62d9055dbfc06472e7ef20d8a6114123
tree04184f6985f3b22bab7f22fe96d25b23e5dee4ce
parent140dd77a5cb2e61dcb942e245a2474fae95e42a5
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>
Documentation/config.txt
Documentation/git-format-patch.txt
builtin-log.c