author | Jim Meyering <jim@meyering.net> | |
Sat, 9 May 2009 08:12:01 +0000 (10:12 +0200) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Sat, 9 May 2009 15:10:15 +0000 (08:10 -0700) | ||
commit | ca6b91d29b7ea937b71f62bf00ba7750f3e594ce | |
tree | bf7365b1d182c66926684c74eb0c0161588cde44 | tree | snapshot |
parent | f01f1099f40f24fe6f7802185340a6fa3a3d4f35 | commit | diff |
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>
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 | diff | blob | history | |
t/t4021-format-patch-numbered.sh | diff | blob | history |