Patrick Steinhardt <ps@xxxxxx> writes: > On Mon, Oct 02, 2023 at 08:44:32PM -0400, Taylor Blau wrote: > [snip] >> diff --git a/Documentation/git-gc.txt b/Documentation/git-gc.txt >> index 90806fd26a..fa0541b416 100644 >> --- a/Documentation/git-gc.txt >> +++ b/Documentation/git-gc.txt >> @@ -59,6 +59,13 @@ be performed as well. >> cruft pack instead of storing them as loose objects. `--cruft` >> is on by default. >> >> +--max-cruft-size=<n>:: >> + When packing unreachable objects into a cruft pack, limit the >> + size of new cruft packs to be at most `<n>`. Overrides any > > We should probably mention the unit here, which is bytes. Good suggestion. I'll tweak "at most `<n>`" to "& bytes" or something.