On Cygwin, use symbolic ref, not a symbolic link, to express .git/HEAD
authorJunio C Hamano <junkio@cox.net>
Tue, 4 Oct 2005 02:05:01 +0000 (19:05 -0700)
committerJunio C Hamano <junkio@cox.net>
Tue, 4 Oct 2005 02:13:20 +0000 (19:13 -0700)
commit4514385edd913f6c10fa03c828effc5ba974369e
treec3f42ea5a9df4c1c520b0f32d4e3808d4f000ed7
parentd53174dbae060153176279f8b4797e3a35421c95
On Cygwin, use symbolic ref, not a symbolic link, to express .git/HEAD

H. Peter Anvin says that Samba "promotes" symlinks to hardlinks while
Cygwin itself uses .lnk files to emulate symlinks.  Avoid using symbolic
link for .git/HEAD on Cygwin.

This does not help the symlinks recorded in trees as user data, but
at least we do not use them for our own bookkeeping.

Signed-off-by: Junio C Hamano <junkio@cox.net>
Makefile