summaryrefslogtreecommitdiffstats
path: root/git-commit-tree.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2017-07-21 15:42:28 -0700
committerJunio C Hamano <gitster@pobox.com>2017-07-21 15:42:28 -0700
commitbb34c10b2b5ad6f0828f0f5f85e7e020c137abe6 (patch)
tree5916f643ba5c9fc8c14dc2aff750cd404b718e64 /git-commit-tree.html
parentf29330e1f4e0be393846605cb15e31a79ba785bb (diff)
downloadgit-htmldocs-bb34c10b2b5ad6f0828f0f5f85e7e020c137abe6.tar.gz
Autogenerated HTML docs for v2.14.0-rc0-40-g5eada
Diffstat (limited to 'git-commit-tree.html')
-rw-r--r--git-commit-tree.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/git-commit-tree.html b/git-commit-tree.html
index 564229b52..0452e0a3b 100644
--- a/git-commit-tree.html
+++ b/git-commit-tree.html
@@ -992,10 +992,10 @@ mind.</p></div>
<div class="listingblock">
<div class="content">
<pre><code>[i18n]
- commitencoding = ISO-8859-1</code></pre>
+ commitEncoding = ISO-8859-1</code></pre>
</div></div>
<div class="paragraph"><p>Commit objects created with the above setting record the value
-of <code>i18n.commitencoding</code> in its <code>encoding</code> header. This is to
+of <code>i18n.commitEncoding</code> in its <code>encoding</code> header. This is to
help other people who look at them later. Lack of this header
implies that the commit log message is encoded in UTF-8.</p></div>
</li>
@@ -1005,15 +1005,15 @@ implies that the commit log message is encoded in UTF-8.</p></div>
<code>encoding</code> header of a commit object, and try to re-code the
log message into UTF-8 unless otherwise specified. You can
specify the desired output encoding with
- <code>i18n.logoutputencoding</code> in <code>.git/config</code> file, like this:
+ <code>i18n.logOutputEncoding</code> in <code>.git/config</code> file, like this:
</p>
<div class="listingblock">
<div class="content">
<pre><code>[i18n]
- logoutputencoding = ISO-8859-1</code></pre>
+ logOutputEncoding = ISO-8859-1</code></pre>
</div></div>
<div class="paragraph"><p>If you do not have this configuration variable, the value of
-<code>i18n.commitencoding</code> is used instead.</p></div>
+<code>i18n.commitEncoding</code> is used instead.</p></div>
</li>
</ol></div>
<div class="paragraph"><p>Note that we deliberately chose not to re-code the commit log