Skip to content

Commit

Permalink
Merge branch 'tb/multi-pack-verbatim-reuse' into HEAD
Browse files Browse the repository at this point in the history
Docfix.

* tb/multi-pack-verbatim-reuse:
  Documentation/config/pack.txt: fix broken AsciiDoc mark-up
  • Loading branch information
gitster committed Mar 1, 2024
2 parents 2b5738c + 97d1f23 commit 421d5a7
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions Documentation/config/pack.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.

pack.island::
An extended regular expression configuring a set of delta
Expand Down

0 comments on commit 421d5a7

Please sign in to comment.