mirror of
https://github.com/martinvonz/jj.git
synced 2025-01-16 00:56:23 +00:00
f6a516ff6d
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. |
||
---|---|---|
.. | ||
src | ||
tests | ||
build.rs | ||
Cargo.toml |