summaryrefslogtreecommitdiffstats
path: root/git-config.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2023-04-28 16:29:01 -0700
committerJunio C Hamano <gitster@pobox.com>2023-04-28 16:29:01 -0700
commit0a4482a2d0a489bbf8f4b04ec87fa8cf1ace7e84 (patch)
tree35aa51058e57397c6ecae2540540c6cd42b39cde /git-config.html
parentbcb8fa4d96a0dd01c8bbf35f26b670e8d2cf1411 (diff)
downloadgit-htmldocs-0a4482a2d0a489bbf8f4b04ec87fa8cf1ace7e84.tar.gz
Autogenerated HTML docs for v2.40.1-459-g48d89
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">