summaryrefslogtreecommitdiff
path: root/run-command.c
diff options
context:
space:
mode:
authorJohannes Sixt <johannes.sixt@telecom.at>2007-10-19 19:47:59 (GMT)
committerShawn O. Pearce <spearce@spearce.org>2007-10-21 05:30:40 (GMT)
commitcc41fa8da9b9e9d23221d3be47a80409a89732d4 (patch)
treeaa54f96da510a2ea5bc5db48d7f728ce49c239d9 /run-command.c
parentf3b33f1d220056243d3c1da154d3859410630189 (diff)
downloadgit-cc41fa8da9b9e9d23221d3be47a80409a89732d4.zip
git-cc41fa8da9b9e9d23221d3be47a80409a89732d4.tar.gz
git-cc41fa8da9b9e9d23221d3be47a80409a89732d4.tar.bz2
upload-pack: Use start_command() to run pack-objects in create_pack_file().
This gets rid of an explicit fork/exec. Since upload-pack has to coordinate two processes (rev-list and pack-objects), we cannot use the normal finish_command(), but have to monitor the processes explicitly. Hence, the waitpid() call remains. Signed-off-by: Johannes Sixt <johannes.sixt@telecom.at> Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Diffstat (limited to 'run-command.c')
0 files changed, 0 insertions, 0 deletions