mirror of
https://github.com/martinvonz/jj.git
synced 2024-12-31 16:40:22 +00:00
cb0ab6b360
This adds a matcher that takes two input matchers and creates a new matcher from them. The composite matcher matches paths matched by the first matcher but not matched by the second matcher. I plan to use this for sparse checkouts. They'll also be useful if we add support for negative patterns to filter e.g. `jj files` by. |
||
---|---|---|
.. | ||
protos | ||
src | ||
tests | ||
build.rs | ||
Cargo.toml |