ok/jj
1
0
Fork 0
forked from mirrors/jj
jj/lib
Yuya Nishihara 1c6913d618 merge: use Merge::iter() instead of adds()/removes() where order doesn't matter
Merge::iter() will be a slice::Iter, and be more efficient than chaining adds
and removes.
2023-11-05 16:43:06 +09:00
..
benches
gen-protos Use { workspace = true } to appease VS Code's Cargo.toml parser 2023-08-22 21:38:53 -07:00
src merge: use Merge::iter() instead of adds()/removes() where order doesn't matter 2023-11-05 16:43:06 +09:00
tests workspace: add function that initializes colocated git repository 2023-11-05 08:48:35 +09:00
testutils tests: force gitoxide to not load config nor use "main" as default branch 2023-11-02 19:33:06 +09:00
Cargo.toml async: switch to pollster's block_on() 2023-11-03 08:15:10 -07:00
LICENSE cargo: add LICENSE file to each crate we publish 2023-09-22 21:48:28 -07:00