X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=Documentation%2Fgit-send-email.txt;h=c283084272090c28d5529d200a1147c9f57c639b;hb=9cbdd76e097b01fa434dec9fdbe73b9cb6361e26;hp=12622fc49a0825fa8423c46ddddc06ff89f292d4;hpb=e7e1bf0c29f20c505869d2dda7ddb26470f6ebc5;p=git.git diff --git a/Documentation/git-send-email.txt b/Documentation/git-send-email.txt index 12622fc49..c28308427 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=:: + When encountering a non-ASCII message or subject that does not + declare its encoding, add headers/quoting to indicate it is + encoded in . 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 ~~~~~~~