summaryrefslogtreecommitdiff
path: root/reftable/iter.h
AgeCommit message (Collapse)AuthorFilesLines
2021-10-08reftable: read reftable filesLibravatar Han-Wen Nienhuys1-0/+69
This supports reading a single reftable file. The commit introduces an abstract iterator type, which captures the usecases both of reading individual refs, and iterating over a segment of the ref namespace. Signed-off-by: Han-Wen Nienhuys <hanwen@google.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>