From: Junio C Hamano Date: Tue, 24 Jul 2018 21:50:47 +0000 (-0700) Subject: Merge branch 'bc/send-email-auto-cte' X-Git-Tag: v2.19.0-rc0~129 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7633ff48ed3ee942cb9c1d233b41ef3a2676cb8a;p=thirdparty%2Fgit.git Merge branch 'bc/send-email-auto-cte' The content-transfer-encoding of the message "git send-email" sends out by default was 8bit, which can cause trouble when there is an overlong line to bust RFC 5322/2822 limit. A new option 'auto' to automatically switch to quoted-printable when there is such a line in the payload has been introduced and is made the default. * bc/send-email-auto-cte: docs: correct RFC specifying email line length send-email: automatically determine transfer-encoding send-email: accept long lines with suitable transfer encoding send-email: add an auto option for transfer encoding --- 7633ff48ed3ee942cb9c1d233b41ef3a2676cb8a