summaryrefslogtreecommitdiffstats
path: root/reftable/dump.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* hash-ll: merge with "hash.h"Patrick Steinhardt2024-06-141-1/+1
* reftable/dump: support dumping a table's block structurePatrick Steinhardt2024-05-141-1/+7
* reftable: pass opts as constant pointerPatrick Steinhardt2024-05-141-1/+1
* reftable: consistently refer to `reftable_write_options` as `opts`Patrick Steinhardt2024-05-141-2/+2
* treewide: remove unnecessary includes in source filesElijah Newren2023-12-261-2/+0
* hash-ll.h: split out of hash.h to remove dependency on repository.hElijah Newren2023-04-241-1/+1
* reftable: add dump utilityHan-Wen Nienhuys2021-10-081-0/+107