From: Junio C Hamano Date: Fri, 20 May 2005 16:48:38 +0000 (-0700) Subject: [PATCH] Diff-files fix with more tests. X-Git-Tag: v0.99~525 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/411746940f02f6fb90c4b6b97c6f07cee599c2e1?hp=411746940f02f6fb90c4b6b97c6f07cee599c2e1 [PATCH] Diff-files fix with more tests. The same check we added earlier to update-cache to catch ENOTDIR turns out to be missing from diff-files. This causes a difference not being reported when you have DF/DF (a file in a subdirectory) in the cache and DF is a file on the filesystem. Signed-off-by: Junio C Hamano Signed-off-by: Linus Torvalds ---