]> git.ipfire.org Git - thirdparty/git.git/commit
refs: replace `refs_for_each_glob_ref_in()`
authorPatrick Steinhardt <ps@pks.im>
Mon, 23 Feb 2026 11:59:48 +0000 (12:59 +0100)
committerJunio C Hamano <gitster@pobox.com>
Mon, 23 Feb 2026 21:21:19 +0000 (13:21 -0800)
commit4091d2989353aaf14080ee64ee2e94b60ceaf18d
tree978744ce88f964d301279f07552e28de8cf35724
parent5ef6d593f18ac6b1e7540eed45f5d795d5a82faa
refs: replace `refs_for_each_glob_ref_in()`

Replace calls to `refs_for_each_glob_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>
builtin/bisect.c
builtin/rev-parse.c
refs.c
refs.h
revision.c