aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhillip Wood <phillip.wood@dunelm.org.uk>2025-03-18 14:40:28 +0000
committerJunio C Hamano <gitster@pobox.com>2025-03-18 10:38:06 -0700
commitee434e18077a406205e00d4027c51816bb621fad (patch)
treed04c9d02d50e98c630d9b75eba1f312ce1c00e0d
parent4fe42f326e10a547dc65dfe9e5ceaeeee02b98db (diff)
downloadgit-ee434e18077a406205e00d4027c51816bb621fad.tar.xz
pack-refs doc: fix indentation for --exclude
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>
-rw-r--r--Documentation/git-pack-refs.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/git-pack-refs.txt b/Documentation/git-pack-refs.txt
index 284956acb3..d2f9e74b04 100644
--- a/Documentation/git-pack-refs.txt
+++ b/Documentation/git-pack-refs.txt
@@ -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.