]> Kevux Git Server - rit/commit
refs: replace `refs_for_each_fullref_in()`
authorPatrick Steinhardt <ps@pks.im>
Mon, 23 Feb 2026 11:59:51 +0000 (12:59 +0100)
committerJunio C Hamano <gitster@pobox.com>
Mon, 23 Feb 2026 21:21:19 +0000 (13:21 -0800)
commit1dd4f1e43f8f11ebb13c1b9edbd91219a134443d
tree710bfca410849ab8e8894fb38977c13013438127
parent96c35a9ba5f1b5afac1e30ca93815dcd540d8b16
refs: replace `refs_for_each_fullref_in()`

Replace calls to `refs_for_each_fullref_in()` with the newly introduced
`refs_for_each_ref_ext()` function.

Signed-off-by: Patrick Steinhardt <ps@pks.im>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
bisect.c
builtin/receive-pack.c
builtin/rev-parse.c
builtin/show-ref.c
refs.c
refs.h
revision.c
t/helper/test-ref-store.c