Produce a nicer output in case of sha1_object_info failures in ls-tree -l
commite392a852364e375e916c1dd4f87a7584b348410a
authorAlex Riesen <raa.lkml@gmail.com>
Thu, 19 Mar 2009 22:54:29 +0000 (19 23:54 +0100)
committerJunio C Hamano <gitster@pobox.com>
Fri, 20 Mar 2009 16:35:21 +0000 (20 09:35 -0700)
treeed4e23931e07e5c2c25a0fcbc56437d60a74a45a
parent6872f606d9bc9a0ab0b3252bd4175af7732b6135
Produce a nicer output in case of sha1_object_info failures in ls-tree -l

An error message is already printed by sha1_object_info itself, and
the failed entries are additionally marked in the listing.

Signed-off-by: Alex Riesen <raa.lkml@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin-ls-tree.c