On Apr 20 2021, Taylor Blau wrote: > diff --git a/Documentation/git-repack.txt b/Documentation/git-repack.txt > index 317d63cf0d..f7c7e0aeae 100644 > --- a/Documentation/git-repack.txt > +++ b/Documentation/git-repack.txt > @@ -165,11 +165,12 @@ depth is 4095. > Pass the `--delta-islands` option to `git-pack-objects`, see > linkgit:git-pack-objects[1]. > > --g=<factor>:: > ---geometric=<factor>:: > +-g[=<factor>]:: > +--geometric[=<factor>]:: > Arrange resulting pack structure so that each successive pack > contains at least `<factor>` times the number of objects as the > - next-largest pack. > + next-largest pack. If `<factor>` is not specified, then `2` is > + used by default. I don't think the short option takes a '='. $ ./git repack -g=2 error: switch `g' expects a numerical value Andreas. -- Andreas Schwab, schwab@xxxxxxxxxxxxxx GPG Key fingerprint = 7578 EB47 D4E5 4D69 2510 2552 DF73 E780 A9DA AEC1 "And now for something completely different."