summaryrefslogtreecommitdiffstats
path: root/git-config.html
diff options
context:
space:
mode:
Diffstat (limited to 'git-config.html')
-rw-r--r--git-config.html18
1 files changed, 6 insertions, 12 deletions
diff --git a/git-config.html b/git-config.html
index d7c506aa7..9ee9959f0 100644
--- a/git-config.html
+++ b/git-config.html
@@ -5436,12 +5436,6 @@ feature.experimental
skipping more commits at a time, reducing the number of round trips.
</p>
</li>
-<li>
-<p>
-<code>gc.cruftPacks=true</code> reduces disk space used by unreachable objects during
-garbage collection, preventing loose object explosions.
-</p>
-</li>
</ul></div>
</dd>
<dt class="hdlist1">
@@ -6107,11 +6101,11 @@ gc.bigPackThreshold
</dt>
<dd>
<p>
- If non-zero, all packs larger than this limit are kept when
- <code>git gc</code> is run. This is very similar to <code>--keep-largest-pack</code>
- except that all packs that meet the threshold are kept, not
- just the largest pack. Defaults to zero. Common unit suffixes of
- <em>k</em>, <em>m</em>, or <em>g</em> are supported.
+ If non-zero, all non-cruft packs larger than this limit are kept
+ when <code>git gc</code> is run. This is very similar to
+ <code>--keep-largest-pack</code> except that all non-cruft packs that meet
+ the threshold are kept, not just the largest pack. Defaults to
+ zero. Common unit suffixes of <em>k</em>, <em>m</em>, or <em>g</em> are supported.
</p>
<div class="paragraph"><p>Note that if the number of kept packs is more than gc.autoPackLimit,
this configuration variable is ignored, all packs except the base pack
@@ -6166,7 +6160,7 @@ gc.cruftPacks
<p>
Store unreachable objects in a cruft pack (see
<a href="git-repack.html">git-repack(1)</a>) instead of as loose objects. The default
- is <code>false</code>.
+ is <code>true</code>.
</p>
</dd>
<dt class="hdlist1">