Skip to content

Commit b5e966d

Browse files
committed
Merge branch 'rh/doc-glob-pathspec-fix'
Docfix. * rh/doc-glob-pathspec-fix: doc: correct doc for glob pathspec
2 parents 867d9b1 + f4fa8a3 commit b5e966d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Documentation/glossary-content.adoc

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -418,9 +418,8 @@ full pathname may have special meaning:
418418

419419
- A leading "`**`" followed by a slash means match in all
420420
directories. For example, "`**/foo`" matches file or directory
421-
"`foo`" anywhere, the same as pattern "`foo`". "`**/foo/bar`"
422-
matches file or directory "`bar`" anywhere that is directly
423-
under directory "`foo`".
421+
"`foo`" anywhere. "`**/foo/bar`" matches file or directory "`bar`"
422+
anywhere that is directly under directory "`foo`".
424423

425424
- A trailing "`/**`" matches everything inside. For example,
426425
"`abc/**`" matches all files inside directory "abc", relative

0 commit comments

Comments
 (0)