From: Junio C Hamano Date: Sat, 7 May 2005 21:43:32 +0000 (-0700) Subject: Notice tree objects with duplicate entries. X-Git-Tag: v0.99~603^2~17 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/a4f35a2dc0f98f4cac906f9a748857f61bb3b84c?ds=sidebyside;hp=a4f35a2dc0f98f4cac906f9a748857f61bb3b84c 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 ---