change: print hashes
Dependencies
- [2]
LVX6U4EKchange: decode metadata bytes - [3]
YG4DZB3Aadd representation of hash, decode dependencies - [4]
OBKF6SIIchange: decompress the hashed section too - [*]
Q7TKZCJPAdd initial support for reading the offsets from a (fixed) change
Change contents
- edit in change.c at line 291
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
dump_buf("buf", binstat.buf, binstat.avail);/* dump_buf("buf", binstat.buf, binstat.avail); */