]> git.ipfire.org Git - thirdparty/git.git/commit
reftable/merged: refactor initialization of iterators
authorPatrick Steinhardt <ps@pks.im>
Tue, 6 Feb 2024 06:35:55 +0000 (07:35 +0100)
committerJunio C Hamano <gitster@pobox.com>
Tue, 6 Feb 2024 20:10:09 +0000 (12:10 -0800)
commit62d3c8e8c8a3dc3113cead8d9dd36f7e59054670
treebbc874a42c3fe0850e9e0c16e6901287b5fd5485
parent59f302ca5abf3e8ec4f14f098b26adf786017fad
reftable/merged: refactor initialization of iterators

Refactor the initialization of the merged iterator to fit our code style
better. This refactoring prepares the code for a refactoring of how
records are being initialized.

Signed-off-by: Patrick Steinhardt <ps@pks.im>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
reftable/merged.c