ok/jj
1
0
Fork 0
forked from mirrors/jj
jj/cli
Yuya Nishihara e9d31177cb op_store: implement GC of unreachble operations and views
Since new operations and views may be added concurrently by another process,
there's a risk of data corruption. The keep_newer parameter is a mitigation
for this problem. It's set to preserve files modified within the last 2 weeks,
which is the default of "git gc". Still, a concurrent process may replace an
existing view which is about to be deleted by the gc process, and the view
file would be lost.

#12
2024-01-09 10:37:03 +09:00
..
examples transaction: take description at end instead of start 2023-12-13 08:12:49 -08:00
src op_store: implement GC of unreachble operations and views 2024-01-09 10:37:03 +09:00
testing
tests cli: disallow gc run from non-head operation 2024-01-09 10:37:03 +09:00
build.rs
Cargo.toml cargo: sort dependencies list alphabetically 2023-11-07 23:46:05 +09:00
LICENSE