RE: [PATCH v3 0/8] refactor the filter process code into a reusable module

2017-03-30 Thread Ben Peart
> From: Junio C Hamano [mailto:gits...@pobox.com] > > Ben Peart writes: > > > Ben Peart (8): > > pkt-line: add packet_writel() and packet_read_line_gently() > > convert: Update convert to use new packet_writel() function > > convert: Split start_multi_file_filter into two separate function

Re: [PATCH v3 0/8] refactor the filter process code into a reusable module

2017-03-29 Thread Junio C Hamano
Ben Peart writes: > Ben Peart (8): > pkt-line: add packet_writel() and packet_read_line_gently() > convert: Update convert to use new packet_writel() function > convert: Split start_multi_file_filter into two separate functions > convert: Separate generic structures and variables from the

[PATCH v3 0/8] refactor the filter process code into a reusable module

2017-03-29 Thread Ben Peart
Refactor the filter..process code into a separate sub-process module that can be used to reduce the cost of starting up a sub-process for multiple commands. It does this by keeping the external process running and processing all commands by communicating over standard input and standard output usi

[PATCH v3 0/8] refactor the filter process code into a reusable module

2017-03-29 Thread Ben Peart
Refactor the filter..process code into a separate sub-process module that can be used to reduce the cost of starting up a sub-process for multiple commands. It does this by keeping the external process running and processing all commands by communicating over standard input and standard output usi