On Thu, Dec 14, 2017 at 10:19 PM, Jeff Hostetler <git@xxxxxxxxxxxxxxxxx> wrote: > --- a/Documentation/rev-list-options.txt > +++ b/Documentation/rev-list-options.txt > @@ -714,9 +714,9 @@ ifdef::git-rev-list[] > + > The form '--filter=blob:none' omits all blobs. > + > -The form '--filter=blob:limit=<n>[kmg]' omits blobs larger than n bytes > -or units. n may be zero. The suffixes k, m, and g can be used to name > -units in KiB, MiB, or GiB. For example, 'blob:limit=1k' is the same > +The form '--filter=blob:limit=<n>[kmg]' omits blobs larger than n bytes or While at it maybe: s/than n bytes/than '<n>[kmg]' bytes/ > +units. '<n>' may be zero. The suffixes 'k', 'm', and 'g' can be used to > +name units in KiB, MiB, or GiB. For example, 'blob:limit=1k' is the same > as 'blob:limit=1024'.