format-patch let -k override a config-specified format.numbered
commitca6b91d29b7ea937b71f62bf00ba7750f3e594ce
authorJim Meyering <jim@meyering.net>
Sat, 9 May 2009 08:12:01 +0000 (9 10:12 +0200)
committerJunio C Hamano <gitster@pobox.com>
Sat, 9 May 2009 15:10:15 +0000 (9 08:10 -0700)
treebf7365b1d182c66926684c74eb0c0161588cde44
parentf01f1099f40f24fe6f7802185340a6fa3a3d4f35
format-patch let -k override a config-specified format.numbered

Let a command-line --keep-subject (-k) override a config-specified
format.numbered (--numbered (-n)), rather than provoking the
"-n and -k are mutually exclusive" failure.
* t4021-format-patch-numbered.sh: Test for the above

Signed-off-by: Jim Meyering <meyering@redhat.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin-log.c
t/t4021-format-patch-numbered.sh