aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/git-send-email.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2010-06-27 12:07:45 -0700
committerJunio C Hamano <gitster@pobox.com>2010-06-27 12:07:45 -0700
commita278aa61a474eced7b676f3378dcd0f4ec5db4fc (patch)
tree5eb565c4afe913a6ae673d1df291e51766d29479 /Documentation/git-send-email.txt
parentbcdfb20ae94138eac863b4c40263dc10f29917e5 (diff)
parent3cae7e5b2b9c73aca6a7729bc34c1ce6638fa43a (diff)
downloadgit-a278aa61a474eced7b676f3378dcd0f4ec5db4fc.tar.gz
Merge branch 'tr/send-email-8bit'
* tr/send-email-8bit: send-email: ask about and declare 8bit mails
Diffstat (limited to 'Documentation/git-send-email.txt')
-rw-r--r--Documentation/git-send-email.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/Documentation/git-send-email.txt b/Documentation/git-send-email.txt
index 12622fc49a..c283084272 100644
--- a/Documentation/git-send-email.txt
+++ b/Documentation/git-send-email.txt
@@ -101,6 +101,15 @@ See the CONFIGURATION section for 'sendemail.multiedit'.
+
The --to option must be repeated for each user you want on the to list.
+--8bit-encoding=<encoding>::
+ When encountering a non-ASCII message or subject that does not
+ declare its encoding, add headers/quoting to indicate it is
+ encoded in <encoding>. Default is the value of the
+ 'sendemail.assume8bitEncoding'; if that is unspecified, this
+ will be prompted for if any non-ASCII files are encountered.
++
+Note that no attempts whatsoever are made to validate the encoding.
+
Sending
~~~~~~~