summaryrefslogtreecommitdiff
path: root/Documentation/git-mailinfo.txt
diff options
context:
space:
mode:
authorDenton Liu <liu.denton@gmail.com>2021-02-24 20:26:39 (GMT)
committerJunio C Hamano <gitster@pobox.com>2021-02-24 23:21:25 (GMT)
commit77645b5daa6eaa4ab0502ef00817c87f7666bfec (patch)
tree2796fda7917ea4b7338f77d7d6bf762ca69b98bf /Documentation/git-mailinfo.txt
parent59ec22464f6c2b170b05f287e00740ea2288fe5c (diff)
downloadgit-77645b5daa6eaa4ab0502ef00817c87f7666bfec.zip
git-77645b5daa6eaa4ab0502ef00817c87f7666bfec.tar.gz
git-77645b5daa6eaa4ab0502ef00817c87f7666bfec.tar.bz2
i18n.txt: camel case and monospace "i18n.commitEncoding"
In 95791be750 (doc: camelCase the i18n config variables to improve readability, 2017-07-17), the other i18n config variables were camel cased. However, this one instance was missed. Camel case and monospace "i18n.commitEncoding" so that it matches the surrounding text. Signed-off-by: Denton Liu <liu.denton@gmail.com> [jc: fixed 3 other mistakes that are exactly the same] Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-mailinfo.txt')
-rw-r--r--Documentation/git-mailinfo.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/git-mailinfo.txt b/Documentation/git-mailinfo.txt
index 7a6aed0..d343f04 100644
--- a/Documentation/git-mailinfo.txt
+++ b/Documentation/git-mailinfo.txt
@@ -53,7 +53,7 @@ character.
The commit log message, author name and author email are
taken from the e-mail, and after minimally decoding MIME
transfer encoding, re-coded in the charset specified by
- i18n.commitencoding (defaulting to UTF-8) by transliterating
+ `i18n.commitEncoding` (defaulting to UTF-8) by transliterating
them. This used to be optional but now it is the default.
+
Note that the patch is always used as-is without charset
@@ -61,7 +61,7 @@ conversion, even with this flag.
--encoding=<encoding>::
Similar to -u. But when re-coding, the charset specified here is
- used instead of the one specified by i18n.commitencoding or UTF-8.
+ used instead of the one specified by `i18n.commitEncoding` or UTF-8.
-n::
Disable all charset re-coding of the metadata.