am: learn to process quoted lines that ends with CRLF
authorĐoàn Trần Công Danh <congdanhqx@gmail.com>
Sun, 9 May 2021 17:12:13 +0000 (00:12 +0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 10 May 2021 06:06:22 +0000 (15:06 +0900)
commit59b519ab7e703ebdbad06bd9ba3cae6e55d880d0
treea3d3aa43c7cbc681c60dd9d8a5df4a404b7266c3
parent133a4fda59e7e68be13191082e14be32143bd61b
am: learn to process quoted lines that ends with CRLF

In previous changes, mailinfo has learnt to process lines that decoded
from base64 or quoted-printable, and ends with CRLF.

Let's teach "am" that new trick, too.

Signed-off-by: Đoàn Trần Công Danh <congdanhqx@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-am.txt
builtin/am.c
contrib/completion/git-completion.bash
mailinfo.h
t/t4258-am-quoted-cr.sh [new file with mode: 0755]
t/t4258/mbox [new file with mode: 0644]