Formatting (why wasn't this recorded before? I'm not sure)

[?]
Mar 1, 2021, 5:58 PM
YRBOKAWJVS24QTCEMYIUWTEE6HE7BM5OBF5U5MPYFTYW4ZYV2THQC

Dependencies

  • [2] FBZ6LBF3 Permissions in archives (since we do not store full permissions anymore)
  • [3] 3AMEP2Y5 More convenient interface for channels
  • [4] GHO6DWPI Refactoring iterators
  • [5] SXEYMYF7 Fixing the bad changes in history (unfortunately, by rebooting).
  • [6] I3OVP3NH Archive: 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);
    [3.5369]
    [3.695503]
    let perms = if output_item.meta.permissions() & 0o100 != 0 {
    0o755
    } else {
    0o644
    };
    let mut f = arch.create_file(&path, latest_touch, perms);