aboutsummaryrefslogtreecommitdiff
path: root/sub-process.h
Commit message (Collapse)AuthorAge
* convert: update subprocess_read_status() to not die on EOFBen Peart2017-05-15
| | | | | | | | | | | | Enable sub-processes to gracefully handle when the process dies by updating subprocess_read_status to return an error on EOF instead of dying. Update apply_multi_file_filter to take advantage of the revised subprocess_read_status. Signed-off-by: Ben Peart <benpeart@microsoft.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
* sub-process: move sub-process functions into separate filesBen Peart2017-05-15
Move the sub-proces functions into sub-process.h/c. Add documentation for the new module in Documentation/technical/api-sub-process.txt Signed-off-by: Ben Peart <benpeart@microsoft.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>