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)
commitfc54a9c30ccad3fde5890d2c0ca2e2acc0848fbc
tree1ad37801ce060ae0268a2e8a0c2e85e2fe87d8b7
parented4eeaf203d0f293bd5ffc2a0ad8711f052db1f3
Update git-apply-patch-script for symbolic links.

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>
git-apply-patch-script