Do not mmap-copy the whole thing; just use copy_fd()
authorJunio C Hamano <junkio@cox.net>
Sat, 29 Oct 2005 20:11:36 +0000 (13:11 -0700)
committerJunio C Hamano <junkio@cox.net>
Sat, 29 Oct 2005 20:11:36 +0000 (13:11 -0700)
commit52e4478dbd3425332ed4ef6a4cadeb034ee8c4b6
tree30a6e96879878f1fa17b7bf0eb69ecd570bbd9ae
parent0ffdbbfe36a25682cbb2e6b18b9217c93c97b424
Do not mmap-copy the whole thing; just use copy_fd()

Signed-off-by: Junio C Hamano <junkio@cox.net>
local-fetch.c