docs: update link to glob patterns (#2590)

This commit is contained in:
Tonye Jack
2025-06-15 00:48:27 -06:00
committed by GitHub
parent 5ca5422070
commit a892f50f7a

View File

@@ -71,7 +71,7 @@ Effortlessly track all changed files and directories relative to a target branch
* Between the last remote branch commit and the current HEAD.
* Restricts change detection to a subset of files and directories:
* Provides boolean output indicating changes in specific files.
* Uses [Glob pattern](https://codepen.io/mrmlnc/pen/OXQjMe) matching.
* Uses [Glob pattern](https://en.wikipedia.org/wiki/Glob_(programming)) matching.
* Supports Globstar.
* Supports brace expansion.
* Supports negation.