jj/lib
Yuya Nishihara 915f76f4d9 git: use RegexSet in place of concatenating multiple glob patterns
Perhaps, this would handle patterns like ["a(b", "c)"] better. It might not
be correct to error out on "(", but should be better than building wrong
regexp pattern "a(b|c)".
2023-07-02 09:49:07 +09:00
..
benches benches: group unchanged/modified/reversed-line diffs together 2023-03-27 23:38:56 +09:00
gen-protos backend: split up store.proto in git and local versions 2023-06-22 13:49:46 +02:00
src git: use RegexSet in place of concatenating multiple glob patterns 2023-07-02 09:49:07 +09:00
tests git: pass RefName enum to git_ref_filter callback 2023-07-02 09:49:07 +09:00
testutils cargo: bump itertools from 0.10.5 to 0.11.0 2023-06-22 18:18:48 +02:00
build.rs lib: replace protobuf crate with prost 2022-12-22 07:04:35 -08:00
Cargo.toml cargo: bump num_cpus from 1.15.0 to 1.16.0 2023-06-29 18:49:48 +02:00