Formatting
Dependencies
- [2]
QU6T6J6WUse the change time in addition to the modified time when detecting untouched files (at least on Unix) - [3]
SXEYMYF7Fixing the bad changes in history (unfortunately, by rebooting).
Change contents
- replacement in libpijul/src/working_copy/filesystem.rs at line 344
let ctime = std::time::SystemTime::UNIX_EPOCH + std::time::Duration::from_secs(attr.ctime() as u64);let ctime =std::time::SystemTime::UNIX_EPOCH + std::time::Duration::from_secs(attr.ctime() as u64);