Work around missing hard links on FAT formatted media
authorJohannes Schindelin <Johannes.Schindelin@gmx.de>
Tue, 25 Oct 2005 23:41:20 +0000 (01:41 +0200)
committerJunio C Hamano <junkio@cox.net>
Wed, 26 Oct 2005 06:49:43 +0000 (23:49 -0700)
commit9e48b389990c0201487e58f3bac32734a59a7e89
treedf8ff167b771bfe3058426f294729bfab21152ee
parent303958dc42d451aead0e1b9cf7b9836831a05f4b
Work around missing hard links on FAT formatted media

FAT -- like Coda -- does not like cross-directory hard links. To be
precise, FAT does not like links at all. But links are not needed either.
So get rid of them.

Signed-off-by: Johannes Schindelin <Johannes.Schindelin@gmx.de>
Signed-off-by: Junio C Hamano <junkio@cox.net>
clone-pack.c
sha1_file.c