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

Replace calls to `refs_for_each_glob_ref()` 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>
builtin/fetch.c
notes.c
refs.c
refs.h
revision.c