change: print hashes

laumann
Sep 22, 2022, 8:57 PM
IS5A7VT6TJ6ZXKY5LNUVT4BF4OV2Y3XCII4L4VI6XAKRKL42DJSQC

Dependencies

  • [2] LVX6U4EK change: decode metadata bytes
  • [3] YG4DZB3A add representation of hash, decode dependencies
  • [4] OBKF6SII change: decompress the hashed section too
  • [*] Q7TKZCJP Add initial support for reading the offsets from a (fixed) change

Change contents

  • edit in change.c at line 291
    [2.1]
    [2.2]
    for (i = 0; i < hashed.dependencies.len; i++) {
    printf(" ");
    hash_print(&hashed.dependencies.entries[i]);
    }
    for (i = 0; i < hashed.extra_known.len; i++) {
    printf("+");
    hash_print(&hashed.extra_known.entries[i]);
    }
  • replacement in change.c at line 308
    [2.183][2.183:229]()
    dump_buf("buf", binstat.buf, binstat.avail);
    [2.183]
    [2.229]
    /* dump_buf("buf", binstat.buf, binstat.avail); */