]> Kevux Git Server - rit/commit
refs: replace `refs_for_each_ref_in()`
authorPatrick Steinhardt <ps@pks.im>
Mon, 23 Feb 2026 11:59:45 +0000 (12:59 +0100)
committerJunio C Hamano <gitster@pobox.com>
Mon, 23 Feb 2026 21:21:18 +0000 (13:21 -0800)
commit00be226f1f2a1036ea3920f8700b23b7cc55bf57
tree34cf7daa6ad015c32e8400fbf99747461cc3c151
parent5507200b504f478516bf93767ac3ed3bebed7226
refs: replace `refs_for_each_ref_in()`

Replace calls to `refs_for_each_ref_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/rev-parse.c
pack-bitmap.c
refs.c
refs.h
t/helper/test-ref-store.c