jj/lib
Martin von Zweigbergk f6a516ff6d working_copy: record expected written size, not actual size, on checkout
When we have just written a file to disk on checkout, let's record the
size we expected instead of what we got from `fstat()`. This should
address a race where the file was modified between the time we wrote
it and the time we requested its stat. I just happened to notice this
while going through the code; it seems very unlikely to be noticed in
practice.
2022-05-25 11:51:18 -07:00
..
src working_copy: record expected written size, not actual size, on checkout 2022-05-25 11:51:18 -07:00
tests working_copy: propagate most errors on checkout 2022-05-25 11:51:18 -07:00
build.rs protos: use run_from_script() in build.rs 2022-05-05 11:46:40 -07:00
Cargo.toml cargo: bump git2 from 0.14.2 to 0.14.4 2022-05-24 08:56:29 -07:00