Re: [PATCH 5/5] trailer: support values folded to multiple lines

2016-10-11 Thread Junio C Hamano
Jonathan Tan writes: > Currently, interpret-trailers requires that a trailer be only on 1 line. > For example: > > a: first line > second line > > would be interpreted as one trailer line followed by one non-trailer line. > > Make interpret-trailers support RFC 822-style folding, treating

[PATCH 5/5] trailer: support values folded to multiple lines

2016-10-11 Thread Jonathan Tan
Currently, interpret-trailers requires that a trailer be only on 1 line. For example: a: first line second line would be interpreted as one trailer line followed by one non-trailer line. Make interpret-trailers support RFC 822-style folding, treating those lines as one logical trailer. --