Merge branch 'jk/mbox-from-line'
commit26d058738963f23826d77017e82842331af0bae6
authorJunio C Hamano <gitster@pobox.com>
Mon, 29 Sep 2014 19:36:15 +0000 (29 12:36 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 29 Sep 2014 19:36:15 +0000 (29 12:36 -0700)
tree5c6711249b5bedbd679851d45f6e3313d770af0b
parent12ba0e771cb1af16d0ac074a6a9656cbf45494cc
parent85de86a16bd853708658eb13689d913bc377ae3e
Merge branch 'jk/mbox-from-line'

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