Re: [PATCH v7 00/10] refactor the filter process code into a reusable module

2017-05-13 Thread Jeff King
On Mon, May 08, 2017 at 10:58:46AM +0900, Junio C Hamano wrote: > Will queue; during the pre-release freeze, new things would move > slowly, but let's see if we have more comments from others and then > merge it to 'next' soon after the 2.13 final. I gave it a fresh read-through. I had a few comm

Re: [PATCH v7 00/10] refactor the filter process code into a reusable module

2017-05-07 Thread Junio C Hamano
Ben Peart writes: > Changes from V6 include: > > convert: remove erroneous tests for errno == EPIPE > - split into separate patch to fix a preexisting bug discovered in the > review process Thanks. > pkt-line: Update packet_read_line() to test for len > 0 > - split into separate patch to de

[PATCH v7 00/10] refactor the filter process code into a reusable module

2017-05-05 Thread Ben Peart
Changes from V6 include: convert: remove erroneous tests for errno == EPIPE - split into separate patch to fix a preexisting bug discovered in the review process pkt-line: Update packet_read_line() to test for len > 0 - split into separate patch to deal with errors that return negative lengths