]> git.ipfire.org Git - thirdparty/git.git/commit - connect.c
Use start_command() in git_connect() instead of explicit fork/exec.
authorJohannes Sixt <johannes.sixt@telecom.at>
Fri, 19 Oct 2007 19:47:54 +0000 (21:47 +0200)
committerShawn O. Pearce <spearce@spearce.org>
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 <johannes.sixt@telecom.at>
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
connect.c