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

Replace calls to `refs_for_each_namespaced_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>
http-backend.c
refs.c
refs.h
upload-pack.c