Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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>
- Loading branch information