author | Johannes Schindelin <Johannes.Schindelin@gmx.de> | |
Tue, 25 Oct 2005 23:41:20 +0000 (01:41 +0200) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Wed, 26 Oct 2005 06:49:43 +0000 (23:49 -0700) | ||
commit | 9e48b389990c0201487e58f3bac32734a59a7e89 | |
tree | df8ff167b771bfe3058426f294729bfab21152ee | tree | snapshot |
parent | 303958dc42d451aead0e1b9cf7b9836831a05f4b | commit | diff |
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>
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 | diff | blob | history | |
sha1_file.c | diff | blob | history |