Update git-apply-patch-script for symbolic links.
authorJunio C Hamano <junkio@cox.net>
Thu, 5 May 2005 23:14:01 +0000 (16:14 -0700)
committerJunio C Hamano <junkio@cox.net>
Thu, 5 May 2005 23:14:01 +0000 (16:14 -0700)
This patch updates the git-apply-patch-script for the symbolic links
in the cache, recently added by Kay Sievers.

It currently is very anal about symbolic link changes. It refuses to
change between a regular file and a symbolic link, and only allows
symbolic link changes if the patch is based on the same original.

Signed-off-by: Junio C Hamano <junkio@cox.net>
No differences found