ok/jj
1
0
Fork 0
forked from mirrors/jj
jj/lib
Waleed Khan 456be4cc73 backend: create BackendError::InvalidHashLength
Strictly speaking, we could rely on e.g. `git2::Oid::from_str` to produce an error, but I figure that having an explicit error for a mismatching hash length might demystify some error condition in the future, since commit IDs and change IDs and potentially other backends' IDs may have different lengths, so this could flag a mismatch earlier/more obviously.
2023-01-02 12:28:51 -06:00
..
gen-protos lib: replace protobuf crate with prost 2022-12-22 07:04:35 -08:00
src backend: create BackendError::InvalidHashLength 2023-01-02 12:28:51 -06:00
tests backend: create ObjectId trait 2023-01-02 12:28:51 -06: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 once_cell from 1.16.0 to 1.17.0 2022-12-30 09:38:30 -08:00