jj/lib
Yuya Nishihara a574987955 index: remove redundant slicing from commit_id-prefix search function
If commit_id[..prefix_len] < prefix, commit_id < prefix is obviously true.
If commit_id[..prefix_len] == prefix, commit_id < prefix returns false. So
slicing isn't needed.

This makes commit_id_byte_prefix_to_pos() basically the same as
segment_commit_id_to_pos(), and these two functions can be merged.
2023-01-21 01:44:21 +09:00
..
gen-protos cargo: bump prost-build from 0.11.5 to 0.11.6 2023-01-13 21:24:02 +00:00
src index: remove redundant slicing from commit_id-prefix search function 2023-01-21 01:44:21 +09:00
tests let branches and remote_branches revset functions take needles as arguments 2023-01-16 12:15:30 +05:30
testutils Update MSRV to 1.61 2023-01-19 10:29:39 +01:00
build.rs
Cargo.toml Update MSRV to 1.61 2023-01-19 10:29:39 +01:00