summaryrefslogtreecommitdiffstats
path: root/git-config.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2019-04-16 21:51:15 +0900
committerJunio C Hamano <gitster@pobox.com>2019-04-16 21:51:15 +0900
commit6b7d215a58fcad73e1d989b5767c9d3b2ba6608b (patch)
tree78de8e7c65f35106dfde60f0e6b4284f09e7f43f /git-config.html
parente0f71462e15863fa4b188b26e30db0155d52a946 (diff)
downloadgit-htmldocs-6b7d215a58fcad73e1d989b5767c9d3b2ba6608b.tar.gz
Autogenerated HTML docs for v2.21.0-419-gffac5
Diffstat (limited to 'git-config.html')
-rw-r--r--git-config.html25
1 files changed, 10 insertions, 15 deletions
diff --git a/git-config.html b/git-config.html
index a6c12aa53..2d5b6e909 100644
--- a/git-config.html
+++ b/git-config.html
@@ -3868,7 +3868,7 @@ diff.dirstat
<dd>
<p>
A comma separated list of <code>--dirstat</code> parameters specifying the
- default behavior of the <code>--dirstat</code> option to <a href="git-diff.html">git-diff(1)</a>`
+ default behavior of the <code>--dirstat</code> option to <a href="git-diff.html">git-diff(1)</a>
and friends. The defaults can be overridden on the command line
(using <code>--dirstat=&lt;param1,param2,...&gt;</code>). The fallback defaults
(when not changed by <code>diff.dirstat</code>) are <code>changes,noncumulative,3</code>.
@@ -4796,9 +4796,9 @@ all three of them they must all set to the same values.</p></div>
vice versa by configuring the <code>fsck.&lt;msg-id&gt;</code> setting where the
<code>&lt;msg-id&gt;</code> is the fsck message ID and the value is one of <code>error</code>,
<code>warn</code> or <code>ignore</code>. For convenience, fsck prefixes the error/warning
-with the message ID, e.g. "missingEmail: invalid author/committer line
-- missing email" means that setting <code>fsck.missingEmail = ignore</code> will
-hide that issue.</p></div>
+with the message ID, e.g. "missingEmail: invalid author/committer
+line - missing email" means that setting <code>fsck.missingEmail = ignore</code>
+will hide that issue.</p></div>
<div class="paragraph"><p>In general, it is better to enumerate existing objects with problems
with <code>fsck.skipList</code>, instead of listing the kind of breakages these
problematic objects share to be ignored, as doing the latter will
@@ -7485,17 +7485,12 @@ rebase.useBuiltin
</dt>
<dd>
<p>
- Set to <code>false</code> to use the legacy shellscript implementation of
- <a href="git-rebase.html">git-rebase(1)</a>. Is <code>true</code> by default, which means use
- the built-in rewrite of it in C.
+ Unused configuration variable. Used in Git versions 2.20 and
+ 2.21 as an escape hatch to enable the legacy shellscript
+ implementation of rebase. Now the built-in rewrite of it in C
+ is always used. Setting this will emit a warning, to alert any
+ remaining users that setting this now does nothing.
</p>
-<div class="paragraph"><p>The C rewrite is first included with Git version 2.20. This option
-serves an an escape hatch to re-enable the legacy version in case any
-bugs are found in the rewrite. This option and the shellscript version
-of <a href="git-rebase.html">git-rebase(1)</a> will be removed in some future release.</p></div>
-<div class="paragraph"><p>If you find some reason to set this option to <code>false</code> other than
-one-off testing you should report the behavior difference as a bug in
-git.</p></div>
</dd>
<dt class="hdlist1">
rebase.stat
@@ -9030,7 +9025,7 @@ looks like</p></div>
<div id="footer">
<div id="footer-text">
Last updated
- 2019-03-20 16:15:37 JST
+ 2019-04-16 21:48:13 JST
</div>
</div>
</body>