summaryrefslogtreecommitdiffstats
path: root/git-send-email.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2014-12-22 14:48:09 -0800
committerJunio C Hamano <gitster@pobox.com>2014-12-22 14:48:09 -0800
commit6df93d9e8038d7ac3d2cb49dfbe125e874b15ba9 (patch)
tree61e19c43f6d3ff81843003c365713c7213fb26f1 /git-send-email.html
parent30758bdbd92da4a8a57a943699d50e65f12646a0 (diff)
downloadgit-htmldocs-6df93d9e8038d7ac3d2cb49dfbe125e874b15ba9.tar.gz
Autogenerated HTML docs for v2.2.1-201-gbbceff
Diffstat (limited to 'git-send-email.html')
-rw-r--r--git-send-email.html17
1 files changed, 16 insertions, 1 deletions
diff --git a/git-send-email.html b/git-send-email.html
index 074432ed7..ce07a6e56 100644
--- a/git-send-email.html
+++ b/git-send-email.html
@@ -920,6 +920,21 @@ is not set, this will be prompted for.</p></div>
<em>sendemail.composeencoding</em>; if that is unspecified, UTF-8 is assumed.
</p>
</dd>
+<dt class="hdlist1">
+--transfer-encoding=(7bit|8bit|quoted-printable|base64)
+</dt>
+<dd>
+<p>
+ Specify the transfer encoding to be used to send the message over SMTP.
+ 7bit will fail upon encountering a non-ASCII message. quoted-printable
+ can be useful when the repository contains files that contain carriage
+ returns, but makes the raw patch email file (as saved from a MUA) much
+ harder to inspect manually. base64 is even more fool proof, but also
+ even more opaque. Default is the value of the <em>sendemail.transferEncoding</em>
+ configuration value; if that is unspecified, git will use 8bit and not
+ add a Content-Transfer-Encoding header.
+</p>
+</dd>
</dl></div>
</div>
<div class="sect2">
@@ -1430,7 +1445,7 @@ $ git send-email outgoing/*</code></pre>
<div id="footnotes"><hr /></div>
<div id="footer">
<div id="footer-text">
-Last updated 2014-06-20 15:24:28 PDT
+Last updated 2014-12-22 14:47:31 PST
</div>
</div>
</body>