t4205: cover `git log --reflog -z` blindspot
commitac52d9410e5fad8d0bffa95e70e514c3fbd96871
authorDenton Liu <liu.denton@gmail.com>
Wed, 20 Nov 2019 00:51:18 +0000 (19 16:51 -0800)
committerJunio C Hamano <gitster@pobox.com>
Wed, 20 Nov 2019 04:33:36 +0000 (20 13:33 +0900)
tree6001be2551e57047e06ebbee30b63539fe4e729b
parent3e8ed3b93e9b46eb6fe61589482751728865de57
t4205: cover `git log --reflog -z` blindspot

The test suite does not include any tests where `--reflog` and `-z` are
used together in `git log`. Cover this blindspot. Note that the
`--pretty=oneline` case is written separately because it follows a
slightly different codepath.

Signed-off-by: Denton Liu <liu.denton@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t4205-log-pretty-formats.sh