Windows: Implement asynchronous functions as threads.
commit618ebe9ff997d27714487c4a4232720be240badc
authorJohannes Sixt <johannes.sixt@telecom.at>
Sat, 8 Dec 2007 21:19:14 +0000 (8 22:19 +0100)
committerJohannes Sixt <johannes.sixt@telecom.at>
Thu, 26 Jun 2008 06:45:08 +0000 (26 08:45 +0200)
tree407a0efd989568bcadf3acbd195fd7aa3d5e4c86
parentbe501813d25bedc1a441940f349fb91bd9fa4ef6
Windows: Implement asynchronous functions as threads.

In upload-pack we must explicitly close the output channel of rev-list.
(On Unix, the channel is closed automatically because process that runs
rev-list terminates.)

Signed-off-by: Johannes Sixt <johannes.sixt@telecom.at>
run-command.c
run-command.h
upload-pack.c