list-objects: always parse trees gently
commitf1d02daacfe657fd175634174b4928a645d537f4
authorMatthew DeVore <matvore@google.com>
Wed, 15 Aug 2018 00:22:52 +0000 (14 17:22 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 15 Aug 2018 16:26:21 +0000 (15 09:26 -0700)
tree8fdf1930e34b1c600996d4c9616faf0e337073ed
parent9202489174a110f82867edbac601f12480a4e284
list-objects: always parse trees gently

If parsing fails when revs->ignore_missing_links and
revs->exclude_promisor_objects are both false, we print the OID anyway
in the die("bad tree object...") call, so any message printed by
parse_tree_gently() is superfluous.

Signed-off-by: Matthew DeVore <matvore@google.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
list-objects.c