summaryrefslogtreecommitdiffstats
path: root/git-config.html
diff options
context:
space:
mode:
Diffstat (limited to 'git-config.html')
-rw-r--r--git-config.html8
1 files changed, 7 insertions, 1 deletions
diff --git a/git-config.html b/git-config.html
index 85a5bb365..a497dbdf9 100644
--- a/git-config.html
+++ b/git-config.html
@@ -3199,7 +3199,7 @@ but risks losing recent work in the event of an unclean system shutdown.</p></di
</li>
<li>
<p>
-<code>commit-graph</code> hardens the commit graph file.
+<code>commit-graph</code> hardens the commit-graph file.
</p>
</li>
<li>
@@ -5403,6 +5403,12 @@ 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">