test-lib: introduce the '-V' short option for '--verbose-log'
authorSZEDER Gábor <szeder.dev@gmail.com>
Mon, 29 Oct 2018 12:13:59 +0000 (13:13 +0100)
committerJunio C Hamano <gitster@pobox.com>
Tue, 30 Oct 2018 02:06:54 +0000 (11:06 +0900)
'--verbose-log' is one of the most useful and thus most frequently
used test options, but due to its length it's a pain to type on the
command line.

Let's introduce the corresponding short option '-V' to save some
keystrokes.

Signed-off-by: SZEDER Gábor <szeder.dev@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found