Re: Bug or feature: format-patch breaks long subject lines

2017-10-12 Thread Junio C Hamano
writes: > Is this the expected behaviour? Yes, it is expected. Your are seeing the header folding in play. "mailinfo" (hence "am") will grok it just fine, I think.

Bug or feature: format-patch breaks long subject lines

2017-10-12 Thread stefan.naewe
Hello list, git format-patch breaks (or better: word-wraps) long subject lines. This is on Windows 7 with $ git --version git version 2.14.2.windows.2 Reproduce with (some output omitted): -- $ git init test-format-pat