diff options
author | brian m. carlson <sandals@crustytoothpaste.net> | 2018-07-08 22:17:10 +0000 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2018-07-09 10:55:12 -0700 |
commit | 7a36987ffffa59052723ed7299c1de25bc18048a (patch) | |
tree | 0973270e42b7ede4c0bec91fe383b9a09109bb95 /tree-walk.c | |
parent | Git 2.18 (diff) | |
download | tgif-7a36987ffffa59052723ed7299c1de25bc18048a.tar.xz |
send-email: add an auto option for transfer encoding
For most patches, using a transfer encoding of 8bit provides good
compatibility with most servers and makes it as easy as possible to view
patches. However, there are some patches for which 8bit is not a valid
encoding: RFC 5322 specifies that a message must not have lines
exceeding 998 octets.
Add a transfer encoding value, auto, which indicates that a patch should
use 8bit where allowed and quoted-printable otherwise. Choose
quoted-printable instead of base64, since base64-encoded plain text is
treated as suspicious by some spam filters.
Signed-off-by: brian m. carlson <sandals@crustytoothpaste.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'tree-walk.c')
0 files changed, 0 insertions, 0 deletions