summaryrefslogtreecommitdiffstats
path: root/git-repack.html
diff options
context:
space:
mode:
Diffstat (limited to 'git-repack.html')
-rw-r--r--git-repack.html18
1 files changed, 17 insertions, 1 deletions
diff --git a/git-repack.html b/git-repack.html
index a8e667ab6..ff3a374e3 100644
--- a/git-repack.html
+++ b/git-repack.html
@@ -841,6 +841,22 @@ to the new separate pack will be written.</p></div>
</p>
</dd>
<dt class="hdlist1">
+--max-cruft-size=&lt;n&gt;
+</dt>
+<dd>
+<p>
+ Repack cruft objects into packs as large as <code>&lt;n&gt;</code> bytes before
+ creating new packs. As long as there are enough cruft packs
+ smaller than <code>&lt;n&gt;</code>, repacking will cause a new cruft pack to
+ be created containing objects from any combined cruft packs,
+ along with any new unreachable objects. Cruft packs larger than
+ <code>&lt;n&gt;</code> will not be modified. When the new cruft pack is larger
+ than <code>&lt;n&gt;</code> bytes, it will be split into multiple packs, all of
+ which are guaranteed to be at most <code>&lt;n&gt;</code> bytes in size. Only
+ useful with <code>--cruft -d</code>.
+</p>
+</dd>
+<dt class="hdlist1">
--expire-to=&lt;dir&gt;
</dt>
<dd>
@@ -1156,7 +1172,7 @@ attribute <code>delta</code> set to false.</p></div>
<div id="footer">
<div id="footer-text">
Last updated
- 2023-10-10 11:55:22 PDT
+ 2023-10-18 13:44:22 PDT
</div>
</div>
</body>