Taylor Blau <me@xxxxxxxxxxxx> writes: > diff --git a/Documentation/config/pack.txt b/Documentation/config/pack.txt > index 9c630863e6..da527377fa 100644 > --- a/Documentation/config/pack.txt > +++ b/Documentation/config/pack.txt > @@ -34,11 +34,10 @@ pack.allowPackReuse:: > reachability bitmap is available, pack-objects will try to send > parts of all packs in the MIDX. > + > - If only a single pack bitmap is available, and > - `pack.allowPackReuse` is set to "multi", reuse parts of just the > - bitmapped packfile. This can reduce memory and CPU usage to > - serve fetches, but might result in sending a slightly larger > - pack. Defaults to true. > +If only a single pack bitmap is available, and `pack.allowPackReuse` > +is set to "multi", reuse parts of just the bitmapped packfile. This > +can reduce memory and CPU usage to serve fetches, but might result in > +sending a slightly larger pack. Defaults to true. Thanks.