Formatting

pmeunier
Jul 28, 2021, 5:59 PM
KGN7KVLAUXIGHS7AYVK3IFAUTQLWOLLAHWZRJOY3LSUEHYMS7CNQC

Dependencies

  • [2] QU6T6J6W Use the change time in addition to the modified time when detecting untouched files (at least on Unix)
  • [3] SXEYMYF7 Fixing the bad changes in history (unfortunately, by rebooting).

Change contents

  • replacement in libpijul/src/working_copy/filesystem.rs at line 344
    [2.274][2.274:383]()
    let ctime = std::time::SystemTime::UNIX_EPOCH + std::time::Duration::from_secs(attr.ctime() as u64);
    [2.274]
    [2.383]
    let ctime =
    std::time::SystemTime::UNIX_EPOCH + std::time::Duration::from_secs(attr.ctime() as u64);