]> git.ipfire.org Git - thirdparty/git.git/commit
mailinfo: allow squelching quoted CRLF warning
authorĐoàn Trần Công Danh <congdanhqx@gmail.com>
Sun, 9 May 2021 17:12:11 +0000 (00:12 +0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 10 May 2021 06:06:22 +0000 (15:06 +0900)
commitf1aa29944320e51441e5b5e32591e69f2fa74de2
treee91b0c0cc616a2f3d3c82f8595d2c2bf05b2f536
parent0b689562cafc05b1a36bdea3d025c9ecdf2514bd
mailinfo: allow squelching quoted CRLF warning

In previous change, Git starts to warn for quoted CRLF in decoded
base64/QP email. Despite those warnings are usually helpful,
quoted CRLF could be part of some users' workflow.

Let's give them an option to turn off the warning completely.

Signed-off-by: Đoàn Trần Công Danh <congdanhqx@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-mailinfo.txt
builtin/mailinfo.c
mailinfo.c
mailinfo.h
t/t5100-mailinfo.sh