diff options
author | Junio C Hamano <gitster@pobox.com> | 2014-12-22 12:26:53 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2014-12-22 12:26:54 -0800 |
commit | 2374f1dfd12542d171b60065dc139a96cb0efe29 (patch) | |
tree | c7127d33f2a05bfc90c6785bbcaa7f5a2c901fb7 /Documentation/config.txt | |
parent | fa7f51d53385ee64858a415f817d6b8485197405 (diff) | |
parent | 8d8140843501107c92e2f9a5acb60ee136352c1f (diff) | |
download | git-2374f1dfd12542d171b60065dc139a96cb0efe29.tar.gz git-2374f1dfd12542d171b60065dc139a96cb0efe29.tar.xz |
Merge branch 'pb/send-email-te'
"git send-email" learned "--transfer-encoding" option to force
a non-fault Content-Transfer-Encoding header (e.g. base64).
* pb/send-email-te:
git-send-email: add --transfer-encoding option
git-send-email: delay creation of MIME headers
Diffstat (limited to 'Documentation/config.txt')
-rw-r--r-- | Documentation/config.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/config.txt b/Documentation/config.txt index 9335ff2ae..b563ea8d3 100644 --- a/Documentation/config.txt +++ b/Documentation/config.txt @@ -2318,6 +2318,7 @@ sendemail.smtpserverport:: sendemail.smtpserveroption:: sendemail.smtpuser:: sendemail.thread:: +sendemail.transferencoding:: sendemail.validate:: See linkgit:git-send-email[1] for description. |