Skip to content

Commit 6fb0216

Browse files
sprohaskagitster
authored andcommitted
git.txt: fix asciidoc syntax of --*-pathspecs
Labeled lists require a double colon. [jc] I eyeballed the output from git grep '[^:]:$' Documentation/\*.txt and the patch fixes all breakages of this kind. Signed-off-by: Steffen Prohaska <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 2b7ca91 commit 6fb0216

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Documentation/git.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -476,19 +476,19 @@ example the following invocations are equivalent:
476476
This is equivalent to setting the `GIT_LITERAL_PATHSPECS` environment
477477
variable to `1`.
478478

479-
--glob-pathspecs:
479+
--glob-pathspecs::
480480
Add "glob" magic to all pathspec. This is equivalent to setting
481481
the `GIT_GLOB_PATHSPECS` environment variable to `1`. Disabling
482482
globbing on individual pathspecs can be done using pathspec
483483
magic ":(literal)"
484484

485-
--noglob-pathspecs:
485+
--noglob-pathspecs::
486486
Add "literal" magic to all pathspec. This is equivalent to setting
487487
the `GIT_NOGLOB_PATHSPECS` environment variable to `1`. Enabling
488488
globbing on individual pathspecs can be done using pathspec
489489
magic ":(glob)"
490490

491-
--icase-pathspecs:
491+
--icase-pathspecs::
492492
Add "icase" magic to all pathspec. This is equivalent to setting
493493
the `GIT_ICASE_PATHSPECS` environment variable to `1`.
494494

0 commit comments

Comments
 (0)