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)
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>
No differences found