summaryrefslogtreecommitdiffstats
path: root/git-config.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2020-03-29 10:30:31 -0700
committerJunio C Hamano <gitster@pobox.com>2020-03-29 10:30:31 -0700
commit929ab9746deaf1c08c5099cb1628e9e814768b85 (patch)
tree263b05d9804c73923c92547af922d0e783f0061c /git-config.html
parent1291d1a1ed65a3d56c1c3dae7e3d1770eeba618c (diff)
downloadgit-htmldocs-929ab9746deaf1c08c5099cb1628e9e814768b85.tar.gz
Autogenerated HTML docs for v2.26.0-106-g9fade
Diffstat (limited to 'git-config.html')
-rw-r--r--git-config.html10
1 files changed, 2 insertions, 8 deletions
diff --git a/git-config.html b/git-config.html
index c5dc28d3b..d9c74ab8f 100644
--- a/git-config.html
+++ b/git-config.html
@@ -4669,12 +4669,6 @@ feature.experimental
<div class="ulist"><ul>
<li>
<p>
-<code>pack.useSparse=true</code> uses a new algorithm when constructing a pack-file
-which can improve <code>git push</code> performance in repos with many files.
-</p>
-</li>
-<li>
-<p>
<code>fetch.negotiationAlgorithm=skipping</code> may improve fetch negotiation times by
skipping more commits at a time, reducing the number of round trips.
</p>
@@ -7579,8 +7573,8 @@ pack.useSparse
objects. This can have significant performance benefits when
computing a pack to send a small change. However, it is possible
that extra objects are added to the pack-file if the included
- commits contain certain types of direct renames. Default is <code>false</code>
- unless <code>feature.experimental</code> is enabled.
+ commits contain certain types of direct renames. Default is
+ <code>true</code>.
</p>
</dd>
<dt class="hdlist1">