ok/jj
1
0
Fork 0
forked from mirrors/jj
jj/lib
Yuya Nishihara 0e82e52c3a revset: remove extra step to resolve full commit id, use prefix matching
Since both has_id() and resolve_prefix() do binary search, their costs are
practically the same. I think has_id() would complete with fewer ops, but such
level of optimization wouldn't be needed here. More importantly, this ensures
that unreachable commits aren't imported by GitBackend::read_commit().
2023-10-07 02:08:36 +09:00
..
benches cargo: rename crates from jujutsu/jujutsu-lib to jj-cli/jj-lib 2023-07-09 06:40:43 +02:00
gen-protos Use { workspace = true } to appease VS Code's Cargo.toml parser 2023-08-22 21:38:53 -07:00
src revset: remove extra step to resolve full commit id, use prefix matching 2023-10-07 02:08:36 +09:00
tests git: add hack to unset Git HEAD by using placeholder ref 2023-10-05 01:32:48 +09:00
testutils test: use test backend in most remaining tests too 2023-09-24 21:24:01 -07:00
Cargo.toml merged_tree: add diff iterator 2023-08-25 06:40:36 -07:00
LICENSE cargo: add LICENSE file to each crate we publish 2023-09-22 21:48:28 -07:00