On 08/06/2021 08:24, Jeff King wrote: > +The minimum size allowed is limited to 1 MiB. The default is unlimited. > +Common unit suffixes of 'k', 'm', or 'g' are supported. Do we want to include the workaround of scaling in kibibytes (as originally mentioned by Bagas) for the default as 1024k? This also avoids the easy mistake that the size is in multiples MiB. Philip