author | Petr Baudis <pasky@suse.cz> | |
Mon, 22 Sep 2008 17:20:21 +0000 (19:20 +0200) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Mon, 22 Sep 2008 19:19:14 +0000 (12:19 -0700) | ||
commit | 8b4eb6b6cd65042c6ecb4f06f19c1f2441899ed6 | |
tree | 76a103d63b0764825c85e6e3a61f549fa33c52f5 | tree | snapshot |
parent | 18309f4c3e00886660f15e18c1aaab2f5bc25715 | commit | diff |
Do not perform cross-directory renames when creating packs
A comment on top of create_tmpfile() describes caveats ('can have
problems on various systems (FAT, NFS, Coda)') that should apply
in this situation as well. This in the end did not end up solving
any of my personal problems, but it might be a useful cleanup patch
nevertheless.
Signed-off-by: Petr Baudis <pasky@suse.cz>
Acked-by: Linus Torvalds <torvalds@linux-foundation.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
A comment on top of create_tmpfile() describes caveats ('can have
problems on various systems (FAT, NFS, Coda)') that should apply
in this situation as well. This in the end did not end up solving
any of my personal problems, but it might be a useful cleanup patch
nevertheless.
Signed-off-by: Petr Baudis <pasky@suse.cz>
Acked-by: Linus Torvalds <torvalds@linux-foundation.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin-pack-objects.c | diff | blob | history | |
fast-import.c | diff | blob | history | |
index-pack.c | diff | blob | history | |
pack-write.c | diff | blob | history |