OSDN Git Service

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)
commitd1a29af98e61de72841657bcaa86a93b38cda1c2
treebf274e113845af9fa133278eba74679a83c9538a
parentd8ee4832509dd2d7448a49920f5cba2fc979283d
Git.pm: Add command_bidi_pipe and command_close_bidi_pipe

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>
perl/Git.pm