]> git.ipfire.org Git - thirdparty/git.git/commit - git-rebase--am.sh
rebase: use mboxrd format to avoid split errors
authorEric Wong <e@80x24.org>
Sat, 18 Nov 2017 01:01:16 +0000 (01:01 +0000)
committerJunio C Hamano <gitster@pobox.com>
Sat, 18 Nov 2017 03:30:16 +0000 (12:30 +0900)
commitae3b2b04bb88c8bbb298ceb5be634a3c0ba92159
treed66bf94db6542255220fc460b1ad449c7dac2f9d
parent5a1f5c3060427375de30d609d72ac032516be4c2
rebase: use mboxrd format to avoid split errors

The mboxrd format allows the use of embedded "From " lines in
commit messages without being misinterpreted by mailsplit

Reported-by: Florian Weimer <fweimer@redhat.com>
Signed-off-by: Eric Wong <e@80x24.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-rebase--am.sh
t/t3400-rebase.sh