]> git.ipfire.org Git - thirdparty/git.git/commitdiff
pack-refs doc: fix indentation for --exclude
authorPhillip Wood <phillip.wood@dunelm.org.uk>
Tue, 18 Mar 2025 14:40:28 +0000 (14:40 +0000)
committerJunio C Hamano <gitster@pobox.com>
Tue, 18 Mar 2025 17:38:06 +0000 (10:38 -0700)
Separate the paragraphs in the description of `--exclude` with a `+`
rather than an empty line to indent the whole description rather than
just the first paragraph.

Signed-off-by: Phillip Wood <phillip.wood@dunelm.org.uk>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-pack-refs.txt

index 284956acb3c5e8bb168626c9729a17a799c0afd7..d2f9e74b04fabe7ba2e8d3b9fa68a9dc17452590 100644 (file)
@@ -75,10 +75,10 @@ Do not pack refs matching the given `glob(7)` pattern. Repetitions of this optio
 accumulate exclusion patterns. Use `--no-exclude` to clear and reset the list of
 patterns. If a ref is already packed, including it with `--exclude` will not
 unpack it.
-
++
 When used with `--all`, pack only loose refs which do not match any of
 the provided `--exclude` patterns.
-
++
 When used with `--include`, refs provided to `--include`, minus refs that are
 provided to `--exclude` will be packed.