Code

name-rev --all: do not even attempt to describe non-commit object
authorJunio C Hamano <gitster@pobox.com>
Tue, 15 Nov 2011 23:51:05 +0000 (15:51 -0800)
committerJunio C Hamano <gitster@pobox.com>
Tue, 15 Nov 2011 23:51:05 +0000 (15:51 -0800)
commite8b14d7e3fa5194fbc776cdd253b0b5403b2226d
treec38ef89ed05d789d7708833a1baa8c84215cf2ef
parente923eaeb901ff056421b9007adcbbce271caa7b6
name-rev --all: do not even attempt to describe non-commit object

This even dates back to the very beginning of "git name-rev";
it does not make much sense to dump all objects in the repository
and label non-commits as "undefined".

Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin-name-rev.c