Re: [PATCH v5 08/40] Git/Packet.pm: add capability functions

2017-08-04 Thread Christian Couder
On Thu, Aug 3, 2017 at 9:14 PM, Junio C Hamano wrote: > Christian Couder writes: > >> Add functions to help read and write capabilities. >> Use these functions in 't/t0021/rot13-filter.pl'. >> >> Signed-off-by: Christian Couder >> --- > > Steps 06-08/40 all look sensible to me, but they probably

Re: [PATCH v5 08/40] Git/Packet.pm: add capability functions

2017-08-03 Thread Junio C Hamano
Christian Couder writes: > Add functions to help read and write capabilities. > Use these functions in 't/t0021/rot13-filter.pl'. > > Signed-off-by: Christian Couder > --- Steps 06-08/40 all look sensible to me, but they probably fall into the same bucket as step 03/40, i.e. better done before

[PATCH v5 08/40] Git/Packet.pm: add capability functions

2017-08-03 Thread Christian Couder
Add functions to help read and write capabilities. Use these functions in 't/t0021/rot13-filter.pl'. Signed-off-by: Christian Couder --- perl/Git/Packet.pm | 33 + t/t0021/rot13-filter.pl | 9 ++--- 2 files changed, 35 insertions(+), 7 deletions(-) diff