Skip to content

Commit 421d5a7

Browse files
committed
Merge branch 'tb/multi-pack-verbatim-reuse' into HEAD
Docfix. * tb/multi-pack-verbatim-reuse: Documentation/config/pack.txt: fix broken AsciiDoc mark-up
2 parents 2b5738c + 97d1f23 commit 421d5a7

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

Documentation/config/pack.txt

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,10 @@ pack.allowPackReuse::
3434
reachability bitmap is available, pack-objects will try to send
3535
parts of all packs in the MIDX.
3636
+
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.
4241

4342
pack.island::
4443
An extended regular expression configuring a set of delta

0 commit comments

Comments
 (0)