Code

Notice tree objects with duplicate entries.
authorJunio C Hamano <junkio@cox.net>
Sat, 7 May 2005 21:43:32 +0000 (14:43 -0700)
committerJunio C Hamano <junkio@cox.net>
Sat, 7 May 2005 21:43:32 +0000 (14:43 -0700)
commita4f35a2dc0f98f4cac906f9a748857f61bb3b84c
tree3e776ff0ab82e58abbc43fc9b8434177552c58bc
parent29c2cce41bc623e0a0d770a2634bf6c544345ea7
Notice tree objects with duplicate entries.

This is a follow-up fix to the earlier "Notice index that has
path and path/file and refuse to write such a tree" patch.
With this fix, git-fsck-cache complains if a tree object stores
more than one entries with the same name.

Signed-off-by: Junio C Hamano <junkio@cox.net>
fsck-cache.c