jj/lib
Martin von Zweigbergk cb0ab6b360 matchers: add composite matcher for differences (#52)
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.
2022-04-26 14:52:17 -07:00
..
protos working_copy: stop keeping track of commit ID 2022-02-12 17:22:37 -08:00
src matchers: add composite matcher for differences (#52) 2022-04-26 14:52:17 -07:00
tests rebase: update bookkeeping for branches as we rebase descendants 2022-04-25 14:05:27 -07:00
build.rs build: conditionally use map_first_last feature if available 2022-02-20 22:21:14 -08:00
Cargo.toml cargo: upgrade uuid to 1.0.0 2022-04-20 14:18:59 -07:00