Skip to content

Commit 97d1f23

Browse files
ttaylorrgitster
authored andcommitted
Documentation/config/pack.txt: fix broken AsciiDoc mark-up
In af626ac (pack-bitmap: enable reuse from all bitmapped packs, 2023-12-14), the documentation for `pack.allowPackReuse` was amended to include its effect when set to "multi". This split the documentation into two paragraphs, but did not de-dent the second paragraph on the right-hand side of a line-continuation marker. This causes the rendered documentation to appear oddly, where the second paragraph is treated as a <pre> block when rendered as HTML. Fix this by correctly removing the indentation on the second paragraph. Signed-off-by: Taylor Blau <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent ba47d88 commit 97d1f23

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)