format-patch: give --reroll-count a short synonym -v
commit7952ea66e72d1129afbebcdde11dcbeecd92698a
authorJunio C Hamano <gitster@pobox.com>
Wed, 2 Jan 2013 22:19:05 +0000 (2 14:19 -0800)
committerJunio C Hamano <gitster@pobox.com>
Fri, 4 Jan 2013 00:05:44 +0000 (3 16:05 -0800)
tree1db0ad40259ec39c8f85ba4a20a394f64fb60201
parent4aad08e061df699b49e24c4d34698d734473fb66
format-patch: give --reroll-count a short synonym -v

Accept "-v" as a synonym to "--reroll-count", so that users can say
"git format-patch -v4 master", instead of having to fully spell it
out as "git format-patch --reroll-count=4 master".

As I do not think of a reason why users would want to tell the
command to be "verbose", I think this should be OK.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-format-patch.txt
builtin/log.c
t/t4014-format-patch.sh