ok/jj
1
0
Fork 0
forked from mirrors/jj
jj/lib
Yuya Nishihara ba632e6ef6 matchers: build tree of Dirs so prefix match works out of the box
A file entry is represented as a Dirs of is_file flag set. This might seem
odd at this point, but allows us to remove special case from PrefixMatcher.
PrefixMatcher::new(&[RepoPath::root()]) will set is_file to the root entry.
2022-12-30 14:15:27 +09:00
..
gen-protos lib: replace protobuf crate with prost 2022-12-22 07:04:35 -08:00
src matchers: build tree of Dirs so prefix match works out of the box 2022-12-30 14:15:27 +09:00
tests repo: add MutableRepo::rewrite_commit() returning CommitBuilder 2022-12-26 23:30:52 -08:00
testutils repo: add MutableRepo::new_commit() returning CommitBuilder 2022-12-26 23:30:52 -08:00
build.rs lib: replace protobuf crate with prost 2022-12-22 07:04:35 -08:00
Cargo.toml cargo: bump whoami from 1.2.3 to 1.3.0 2022-12-29 07:39:59 -08:00