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)
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>
No differences found