aboutsummaryrefslogtreecommitdiff
path: root/reftable/dump.c
AgeCommit message (Expand)Author
2024-08-22t/helper: inline `reftable_dump_main()`Patrick Steinhardt
2024-08-22reftable/dump: drop unused `compact_stack()`Patrick Steinhardt
2024-06-14hash-ll: merge with "hash.h"Patrick Steinhardt
2024-05-13reftable/dump: support dumping a table's block structurePatrick Steinhardt
2024-05-13reftable: pass opts as constant pointerPatrick Steinhardt
2024-05-13reftable: consistently refer to `reftable_write_options` as `opts`Patrick Steinhardt
2023-12-26treewide: remove unnecessary includes in source filesElijah Newren
2023-04-24hash-ll.h: split out of hash.h to remove dependency on repository.hElijah Newren
2021-10-08reftable: add dump utilityHan-Wen Nienhuys