[PATCH] Fix git-diff-files for symlinks.
commit95649d6cf9ec68f05d1dc57ec1b989b8d263a7ae
authorJunio C Hamano <junkio@cox.net>
Thu, 12 May 2005 23:51:08 +0000 (12 16:51 -0700)
committerPetr Baudis <xpasky@machine.sinus.cz>
Fri, 13 May 2005 22:27:49 +0000 (14 00:27 +0200)
tree71452301db9f0e49c458332bdeb72bbc6d2639ea
parentf77b100ada80e9d149bf763ae64d563352ebb577
[PATCH] Fix git-diff-files for symlinks.

Again I am not sure why this was missed during the last round,
but git-diff-files mishandles symlinks on the filesystem.  This
patch fixes it.

Signed-off-by: Junio C Hamano <junkio@cox.net>
And I'm not sure why did I miss this patch before. Sorry.

Signed-off-by: Petr Baudis <pasky@ucw.cz>
diff-files.c