ok/jj
1
0
Fork 0
forked from mirrors/jj
jj/lib
Yuya Nishihara d1c71c05c9 git_backend: remove redundant error handling for invalid hash length
The only error that could be returned by libgit2 is invalid hash length, and
we check that explicitly. If we switch the backends to gitoxide, there will be
panicking constructor.

https://docs.rs/git2/latest/git2/struct.Oid.html#method.from_bytes
2023-10-31 06:51:27 +09:00
..
benches
gen-protos
src git_backend: remove redundant error handling for invalid hash length 2023-10-31 06:51:27 +09:00
tests merged_tree: propagate backend errors in diff iterator 2023-10-26 06:20:56 -07:00
testutils backend: make read_conflict synchronous again 2023-10-28 16:45:40 -07:00
Cargo.toml revset: add support for glob:pattern 2023-10-21 09:55:01 +09:00
LICENSE