ok/jj
1
0
Fork 0
forked from mirrors/jj
jj/lib
Yuya Nishihara 351487b9f5 backend: pass Index and keep_newer timestamp parameters to gc()
GitBackend::gc() will need to check if a commit is reachable from any
historical operations. This could be calculated from the view and commit
objects, but the Index will do a better job.
2024-01-27 10:18:11 +09:00
..
benches
gen-protos
src backend: pass Index and keep_newer timestamp parameters to gc() 2024-01-27 10:18:11 +09:00
tests git: extract Git HEAD handling bits from import_some_refs() 2024-01-27 00:01:59 +09:00
testutils backend: pass Index and keep_newer timestamp parameters to gc() 2024-01-27 10:18:11 +09:00
Cargo.toml revset: add count_estimate() to Revset trait 2024-01-22 15:07:00 -08:00
LICENSE