On Fri, Mar 16 2018, Nguyễn Thái Ngọc Duy jotted: Awesome, thanks for making this support N large packs. > +gc.bigPackThreshold:: > + If non-zero, all packs larger than this limit are kept when > + `git gc` is run. This is very similar to `--keep-base-pack` > + except that all packs that meet the threshold are kept, not > + just the base pack. Defaults to zero. > + We should add: + Common unit suffixes of 'k', 'm', or 'g' are supported. Since this now supports those suffixes (yay!), see existing copy/pasting of that phrase in "git help config".