Re: [PATCH] mailinfo: support format=flowed

2018-09-04 Thread Jonathan Nieder
Jonathan Nieder wrote: > René Scharfe wrote: >> builtin/am.c|4 + >> mailinfo.c | 64 +- >> mailinfo.h |2 + >> t/t4256-am-format-flowed.sh | 19 + >> t/t4256/1/mailinfo.c| 1245 +++ >>

Re: [PATCH] mailinfo: support format=flowed

2018-09-04 Thread Jonathan Nieder
Hi, René Scharfe wrote: > builtin/am.c|4 + > mailinfo.c | 64 +- > mailinfo.h |2 + > t/t4256-am-format-flowed.sh | 19 + > t/t4256/1/mailinfo.c| 1245 +++ > t/t4256/1/mailinfo.c.orig | 1185

Re: [PATCH] mailinfo: support format=flowed

2018-08-29 Thread Junio C Hamano
René Scharfe writes: > Add best-effort support for patches sent using format=flowed (RFC 3676). > Remove leading spaces ("unstuff"), remove soft line breaks (indicated > by space + newline), but leave the signature separator (dash dash space > newline) alone. > > Warn in git am when encountering

[PATCH] mailinfo: support format=flowed

2018-08-25 Thread René Scharfe
Add best-effort support for patches sent using format=flowed (RFC 3676). Remove leading spaces ("unstuff"), remove soft line breaks (indicated by space + newline), but leave the signature separator (dash dash space newline) alone. Warn in git am when encountering a format=flowed patch, because