diff options
author | Junio C Hamano <gitster@pobox.com> | 2010-06-27 12:07:45 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2010-06-27 12:07:45 -0700 |
commit | a278aa61a474eced7b676f3378dcd0f4ec5db4fc (patch) | |
tree | 5eb565c4afe913a6ae673d1df291e51766d29479 /Documentation | |
parent | Merge branch 'js/maint-am-rebase-invalid-author' (diff) | |
parent | send-email: ask about and declare 8bit mails (diff) | |
download | tgif-a278aa61a474eced7b676f3378dcd0f4ec5db4fc.tar.xz |
Merge branch 'tr/send-email-8bit'
* tr/send-email-8bit:
send-email: ask about and declare 8bit mails
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/git-send-email.txt | 9 |
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 ~~~~~~~ |