ok/jj
1
0
Fork 0
forked from mirrors/jj
jj/lib
Yuya Nishihara f66c859fe4 git_backend: use lower-level API to create no-gc refs
This will allow us to issue multiple prevent_gc() requests all at once. It's
not important here, but will be unavoidable when implementing GC. Deleting
tons of refs from packed refs is super slow if the requests were processed one
by one.
2024-01-17 10:43:25 +09:00
..
benches
gen-protos
src git_backend: use lower-level API to create no-gc refs 2024-01-17 10:43:25 +09:00
tests op_store: add special case for root id resolution 2024-01-16 21:46:54 +09:00
testutils object_id: extract ObjectId trait and macros to separate module 2024-01-05 10:20:57 +09:00
Cargo.toml lock: remove byteorder dependency from tests, use fs helper functions 2023-12-23 00:14:17 +09:00
LICENSE