summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2009-03-05 23:41:41 (GMT)
committerJunio C Hamano <gitster@pobox.com>2009-03-05 23:41:41 (GMT)
commit4e286ece2ee8d6f486faaa522f1de5c363a9a765 (patch)
treec90b0fbcb9791e9ec30f6d995d24c59efbad2495 /Documentation
parent2247b45c607675a5bf7813380c5c63ab24aaba36 (diff)
parentc64d84f1452ec56fd1586493a0b0707bf7442c42 (diff)
downloadgit-4e286ece2ee8d6f486faaa522f1de5c363a9a765.zip
git-4e286ece2ee8d6f486faaa522f1de5c363a9a765.tar.gz
git-4e286ece2ee8d6f486faaa522f1de5c363a9a765.tar.bz2
Merge branch 'jw/imap-preformatted-html'
* jw/imap-preformatted-html: imap.preformattedHTML to tell Thunderbird to send non-flowed text
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/git-imap-send.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/Documentation/git-imap-send.txt b/Documentation/git-imap-send.txt
index 1685f04..024084b 100644
--- a/Documentation/git-imap-send.txt
+++ b/Documentation/git-imap-send.txt
@@ -64,6 +64,13 @@ imap.sslverify::
used by the SSL/TLS connection. Default is `true`. Ignored when
imap.tunnel is set.
+imap.preformattedHTML::
+ A boolean to enable/disable the use of html encoding when sending
+ a patch. An html encoded patch will be bracketed with <pre>
+ and have a content type of text/html. Ironically, enabling this
+ option causes Thunderbird to send the patch as a plain/text,
+ format=fixed email. Default is `false`.
+
Examples
~~~~~~~~