Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
textconv: stop leaking file descriptors
We read the output from textconv helpers over a pipe, but we never actually closed our end of the pipe after using it. Signed-off-by: Jeff King <peff@peff.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>
- Loading branch information