commit | f4c0035de660f5be4d78b0ba0aa8a7863b89c72f | [log] [tgz] |
---|---|---|
author | Michal Nazarewicz <mina86@mina86.com> | Tue Feb 12 15:02:31 2013 +0100 |
committer | Junio C Hamano <gitster@pobox.com> | Tue Feb 12 13:15:11 2013 -0800 |
tree | ff3d58a09b6f65e79004b178704b5c245d73cc3b | |
parent | 1323dba6afad29d3cd07e9da85b947bfc2b912de [diff] |
Git.pm: allow pipes to be closed prior to calling command_close_bidi_pipe The command_close_bidi_pipe() function will insist on closing both input and output pipes returned by command_bidi_pipe(). With this change it is possible to close one of the pipes in advance and pass undef as an argument. Signed-off-by: Michal Nazarewicz <mina86@mina86.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>