Git.pm: Add command_bidi_pipe and command_close_bidi_pipe
authorAdam Roben <aroben@apple.com>
Fri, 23 May 2008 14:19:39 +0000 (16:19 +0200)
committerJunio C Hamano <gitster@pobox.com>
Fri, 23 May 2008 19:06:51 +0000 (12:06 -0700)
command_bidi_pipe hands back the stdin and stdout file handles from the
executed command. command_close_bidi_pipe closes these handles and terminates
the process.

Signed-off-by: Adam Roben <aroben@apple.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found