]> granicus.if.org Git - git/commitdiff
Merge branch 'jk/mbox-from-line'
authorJunio C Hamano <gitster@pobox.com>
Mon, 29 Sep 2014 19:36:15 +0000 (12:36 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 29 Sep 2014 19:36:15 +0000 (12:36 -0700)
Some MUAs mangled a line in a message that begins with "From " to
">From " when writing to a mailbox file and feeding such an input
to "git am" used to lose such a line.

* jk/mbox-from-line:
  mailinfo: work around -Wstring-plus-int warning
  mailinfo: make ">From" in-body header check more robust


Trivial merge