list-objects: always parse trees gently
authorMatthew DeVore <redacted>
Wed, 15 Aug 2018 00:22:52 +0000 (17:22 -0700)
committerJunio C Hamano <redacted>
Wed, 15 Aug 2018 16:26:21 +0000 (09:26 -0700)
commitf1d02daacfe657fd175634174b4928a645d537f4
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 <redacted>
Signed-off-by: Junio C Hamano <redacted>
list-objects.c
git clone https://git.99rst.org/PROJECT