Formatting (why wasn't this recorded before? I'm not sure)
[?]
Mar 1, 2021, 5:58 PM
YRBOKAWJVS24QTCEMYIUWTEE6HE7BM5OBF5U5MPYFTYW4ZYV2THQCDependencies
- [2]
FBZ6LBF3Permissions in archives (since we do not store full permissions anymore) - [3]
SXEYMYF7Fixing the bad changes in history (unfortunately, by rebooting). - [4]
GHO6DWPIRefactoring iterators - [5]
3AMEP2Y5More convenient interface for channels - [6]
I3OVP3NHArchive: set the accurate and deterministic mtime
Change contents
- replacement in libpijul/src/output/archive.rs at line 235[3.5369]→[2.69:174](∅→∅),[2.174]→[3.1276:1308](∅→∅),[3.5369]→[3.1276:1308](∅→∅),[3.58890]→[3.1276:1308](∅→∅),[3.1308]→[2.175:245](∅→∅)
let perms = if output_item.meta.permissions() & 0o100 != 0 { 0o755 } else { 0o644 };let mut f =arch.create_file(&path, latest_touch, perms);let perms = if output_item.meta.permissions() & 0o100 != 0 {0o755} else {0o644};let mut f = arch.create_file(&path, latest_touch, perms);