test-lib: introduce the '-V' short option for '--verbose-log'
commita5f52c6dab2337c8feae2a733e81a64e0605b113
authorSZEDER Gábor <szeder.dev@gmail.com>
Mon, 29 Oct 2018 12:13:59 +0000 (29 13:13 +0100)
committerJunio C Hamano <gitster@pobox.com>
Tue, 30 Oct 2018 02:06:54 +0000 (30 11:06 +0900)
treef972079e48ecafe577f2b8f102230b37e617ae50
parentcae598d9980661a978e2df4fb338518f7bf09572
test-lib: introduce the '-V' short option for '--verbose-log'

'--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>
t/README
t/test-lib.sh