Merge branch 'tb/multi-pack-verbatim-reuse' into HEAD
Docfix. * tb/multi-pack-verbatim-reuse: Documentation/config/pack.txt: fix broken AsciiDoc mark-upmaint
commit
421d5a7574
|
|
@ -34,11 +34,10 @@ pack.allowPackReuse::
|
||||||
reachability bitmap is available, pack-objects will try to send
|
reachability bitmap is available, pack-objects will try to send
|
||||||
parts of all packs in the MIDX.
|
parts of all packs in the MIDX.
|
||||||
+
|
+
|
||||||
If only a single pack bitmap is available, and
|
If only a single pack bitmap is available, and `pack.allowPackReuse`
|
||||||
`pack.allowPackReuse` is set to "multi", reuse parts of just the
|
is set to "multi", reuse parts of just the bitmapped packfile. This
|
||||||
bitmapped packfile. This can reduce memory and CPU usage to
|
can reduce memory and CPU usage to serve fetches, but might result in
|
||||||
serve fetches, but might result in sending a slightly larger
|
sending a slightly larger pack. Defaults to true.
|
||||||
pack. Defaults to true.
|
|
||||||
|
|
||||||
pack.island::
|
pack.island::
|
||||||
An extended regular expression configuring a set of delta
|
An extended regular expression configuring a set of delta
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue