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

Replace calls to `refs_for_each_rawref()` 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/describe.c
builtin/fsck.c
fetch-pack.c
refs.c
refs.h
refs/files-backend.c