format-patch let -k override a config-specified format.numbered
authorJim Meyering <jim@meyering.net>
Sat, 9 May 2009 08:12:01 +0000 (10:12 +0200)
committerJunio C Hamano <gitster@pobox.com>
Sat, 9 May 2009 15:10:15 +0000 (08:10 -0700)
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>
No differences found