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

Replace calls to `refs_for_each_rawref_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/remote.c
refs.c
refs.h