Git fork

Merge branch 'tb/multi-pack-verbatim-reuse' into HEAD

Docfix.

* tb/multi-pack-verbatim-reuse:
Documentation/config/pack.txt: fix broken AsciiDoc mark-up

+4 -5
+4 -5
Documentation/config/pack.txt
··· 34 34 reachability bitmap is available, pack-objects will try to send 35 35 parts of all packs in the MIDX. 36 36 + 37 - If only a single pack bitmap is available, and 38 - `pack.allowPackReuse` is set to "multi", reuse parts of just the 39 - bitmapped packfile. This can reduce memory and CPU usage to 40 - serve fetches, but might result in sending a slightly larger 41 - pack. Defaults to true. 37 + If only a single pack bitmap is available, and `pack.allowPackReuse` 38 + is set to "multi", reuse parts of just the bitmapped packfile. This 39 + can reduce memory and CPU usage to serve fetches, but might result in 40 + sending a slightly larger pack. Defaults to true. 42 41 43 42 pack.island:: 44 43 An extended regular expression configuring a set of delta