Use start_command() in git_connect() instead of explicit fork/exec.
authorJohannes Sixt <redacted>
Fri, 19 Oct 2007 19:47:54 +0000 (21:47 +0200)
committerShawn O. Pearce <redacted>
Sun, 21 Oct 2007 05:30:39 +0000 (01:30 -0400)
commitf364cb88238bbb468b0e076c53a055bcb8603b60
treee9433eaa03069e10e859476afea2b4ceda21b767
parent98158e9cfd2808613f305bf587ce697762c884bb
Use start_command() in git_connect() instead of explicit fork/exec.

The child process handling is delegated to start_command() and
finish_command().

Signed-off-by: Johannes Sixt <redacted>
Signed-off-by: Shawn O. Pearce <redacted>
connect.c
git clone https://git.99rst.org/PROJECT