File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -40,16 +40,16 @@ OPTIONS
4040-u::
4141 The commit log message, author name and author email are
4242 taken from the e-mail, and after minimally decoding MIME
43- transfer encoding, re-coded in UTF-8 by transliterating
43+ transfer encoding, re-coded in the charset specified by
44+ i18n.commitencoding (defaulting to UTF-8) by transliterating
4445 them. This used to be optional but now it is the default.
4546+
4647Note that the patch is always used as-is without charset
4748conversion, even with this flag.
4849
4950--encoding=<encoding>::
50- Similar to -u but if the local convention is different
51- from what is specified by i18n.commitencoding, this flag
52- can be used to override it.
51+ Similar to -u. But when re-coding, the charset specified here is
52+ used instead of the one specified by i18n.commitencoding or UTF-8.
5353
5454-n::
5555 Disable all charset re-coding of the metadata.
You can’t perform that action at this time.
0 commit comments