Skip to content

Commit 4dafb5f

Browse files
committed
document sparse_paths in README
Signed-off-by: Taylor Silva <[email protected]>
1 parent 7013ea1 commit 4dafb5f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,11 @@ Tracks the commits in a [git](http://git-scm.com/) repository.
4343
* `paths`: *Optional.* If specified (as a list of glob patterns), only changes
4444
to the specified files will yield new versions from `check`.
4545

46+
* `sparse_paths`: *Optional.* If specified (as a list of glob patterns), only
47+
these paths will be checked out. Should be used with `paths` to only
48+
trigger on desired paths. `paths` and `sparse_paths` may be the same or you
49+
can configure `sparse_paths` to check out other paths.
50+
4651
* `ignore_paths`: *Optional.* The inverse of `paths`; changes to the specified
4752
files are ignored.
4853

0 commit comments

Comments
 (0)