author | Jeff King <peff@peff.net> | |
Sat, 19 Nov 2011 07:40:04 +0000 (02:40 -0500) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Mon, 21 Nov 2011 22:32:40 +0000 (14:32 -0800) | ||
commit | 1bc01efed17c751e98fd6c5f9889759bfa9a8e9b | |
tree | d3c22123346cf9d31f09d49e5a8ead00dcf73fb1 | tree | snapshot |
parent | f56ef114eeefee755f422e6cbef2d83974cb90f1 | commit | diff |
upload-archive: use start_command instead of fork
The POSIX-function fork is not supported on Windows. Use our
start_command API instead, respawning ourselves in a special
"writer" mode to follow the alternate code path.
Remove the NOT_MINGW-prereq for t5000, as git-archive --remote
now works.
Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
The POSIX-function fork is not supported on Windows. Use our
start_command API instead, respawning ourselves in a special
"writer" mode to follow the alternate code path.
Remove the NOT_MINGW-prereq for t5000, as git-archive --remote
now works.
Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin.h | diff | blob | history | |
builtin/upload-archive.c | diff | blob | history | |
git.c | diff | blob | history | |
t/t5000-tar-tree.sh | diff | blob | history |