jj/lib
Yuya Nishihara 74c4ef32aa fsmonitor: exclude .git and .jj directories from changed files
This ensures that the root fsmonitor_matcher matches nothing if there are no
working-copy changes. The query result can be observed by "jj debug watchman
query-changed-files".

I don't have expertise on watchman query language, but using the watchman API
is probably better than .filter()-ing the result manually.
2023-11-23 18:48:14 +09:00
..
benches
gen-protos
src fsmonitor: exclude .git and .jj directories from changed files 2023-11-23 18:48:14 +09:00
tests
testutils
Cargo.toml
LICENSE