Detecting (and recording) conflicts between multiple equal names for the same file
Dependencies
- [2]
SAADQM3HFiner-grained detection of metadata on Windows - [3]
YN63NUZOSanakirja 1.0 - [4]
SXEYMYF7Fixing the bad changes in history (unfortunately, by rebooting). - [*]
I52XSRUHMassive cleanup, and simplification
Change contents
- edit in libpijul/src/record.rs at line 1018[2.36][6.34470]
let mut is_first_parent = true; - replacement in libpijul/src/record.rs at line 1138
} else if grandparent_changed || name_changed || (meta_changed && cfg!(unix)) {} else if grandparent_changed|| name_changed|| (meta_changed && cfg!(unix))|| !is_first_parent{ - edit in libpijul/src/record.rs at line 1168
if !grandparent.flag().contains(EdgeFlags::DELETED) {is_first_parent = false;}