am: support --patch-format=mboxrd
commitd9925d1a714a440f4063f64e1bd776194d2dd918
authorEric Wong <e@80x24.org>
Sun, 5 Jun 2016 04:46:41 +0000 (5 04:46 +0000)
committerJunio C Hamano <gitster@pobox.com>
Mon, 6 Jun 2016 18:40:15 +0000 (6 11:40 -0700)
tree9fa4ce3c6e7ece9ce5212e7e62820be0eb35973b
parentc88098d7f19c6322fbd911bb89e2efd246bf75c4
am: support --patch-format=mboxrd

Combined with "git format-patch --pretty=mboxrd", this should
allow us to round-trip commit messages with embedded mbox
"From " lines without corruption.

Signed-off-by: Eric Wong <e@80x24.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-am.txt
builtin/am.c
t/t4150-am.sh