More consistent numbering of inode updates when recording.
Dependencies
- [2]
I24UEJQLVarious post-fire fixes - [3]
WZVCLZKYaddress clippy lints - [4]
SXEYMYF7Fixing the bad changes in history (unfortunately, by rebooting). - [5]
YN63NUZOSanakirja 1.0 - [6]
IIV3EL2XCleanup, formatting, and fixing the Git feature
Change contents
- replacement in libpijul/src/record.rs at line 1586
self.updatables.insert(self.actions.len(), InodeUpdate::Deleted { inode: *inode });self.updatables.insert(self.actions.len() + 1,InodeUpdate::Deleted { inode: *inode },);