Skip to content

Commit ee434e1

Browse files
phillipwoodgitster
authored andcommitted
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]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 4fe42f3 commit ee434e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Documentation/git-pack-refs.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,10 +75,10 @@ Do not pack refs matching the given `glob(7)` pattern. Repetitions of this optio
7575
accumulate exclusion patterns. Use `--no-exclude` to clear and reset the list of
7676
patterns. If a ref is already packed, including it with `--exclude` will not
7777
unpack it.
78-
78+
+
7979
When used with `--all`, pack only loose refs which do not match any of
8080
the provided `--exclude` patterns.
81-
81+
+
8282
When used with `--include`, refs provided to `--include`, minus refs that are
8383
provided to `--exclude` will be packed.
8484

0 commit comments

Comments
 (0)