diff options
author | Patrick Steinhardt <ps@pks.im> | 2024-05-13 10:47:56 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2024-05-13 17:04:19 -0700 |
commit | 08efe69212fc158fb17294fc3396fa9d048d2285 (patch) | |
tree | 123cb3f2a7b3d7880798fb23875c2b477b632078 /builtin/commit.c | |
parent | 0e7be2b3ea444fc5375e76e42d81b1e1d3d4971f (diff) |
reftable/stack: provide convenience functions to create iterators
There exist a bunch of call sites in the reftable backend that want to
create iterators for a reftable stack. This is rather convoluted right
now, where you always have to go via the merged table. And it is about
to become even more convoluted when we split up iterator initialization
and seeking in the next commit.
Introduce convenience functions that allow the caller to create an
iterator from a reftable stack directly without going through the merged
table. Adapt callers accordingly.
Signed-off-by: Patrick Steinhardt <ps@pks.im>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'builtin/commit.c')
0 files changed, 0 insertions, 0 deletions