Use spawn*_pipe() instead of fork()/exec() in send-pack and receive-pack.
commit2033ba137a361d0d36c644de45e3d01578a4b77c
authorJohannes Sixt <johannes.sixt@telecom.at>
Wed, 24 Jan 2007 16:06:21 +0000 (24 17:06 +0100)
committerJohannes Sixt <johannes.sixt@telecom.at>
Wed, 24 Jan 2007 16:06:21 +0000 (24 17:06 +0100)
treeaeff546012dccde4a7b54722147710870c99ff9f
parentfbb1c508a2d864b57e6e92f866134464e5fe444c
Use spawn*_pipe() instead of fork()/exec() in send-pack and receive-pack.
receive-pack.c
send-pack.c