Code

clarify some error messages wrt unknown object types
authorNicolas Pitre <nico@cam.org>
Wed, 20 Dec 2006 18:34:05 +0000 (13:34 -0500)
committerJunio C Hamano <junkio@cox.net>
Wed, 20 Dec 2006 18:46:34 +0000 (10:46 -0800)
commit08a19d873c16aa6127bf4c40cf99a9dd19558a0c
tree8f2e561d52364489ce05b513b754a9abb8abce46
parent85023577a8f4b540aa64aa37f6f44578c0c305a3
clarify some error messages wrt unknown object types

If ever new object types are added for future extensions then better
have current git version report them as "unknown" instead of
"corrupted".

Signed-off-by: Nicolas Pitre <nico@cam.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
index-pack.c
sha1_file.c