Skip to content

Commit afebf4d

Browse files
committed
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 <[email protected]>
1 parent 683c54c commit afebf4d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Documentation/git-pack-refs.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,10 +88,10 @@ Do not pack refs matching the given `glob(7)` pattern. Repetitions of this optio
8888
accumulate exclusion patterns. Use `--no-exclude` to clear and reset the list of
8989
patterns. If a ref is already packed, including it with `--exclude` will not
9090
unpack it.
91-
91+
+
9292
When used with `--all`, pack only loose refs which do not match any of
9393
the provided `--exclude` patterns.
94-
94+
+
9595
When used with `--include`, refs provided to `--include`, minus refs that are
9696
provided to `--exclude` will be packed.
9797

0 commit comments

Comments
 (0)