]> git.99rst.org Git - git.git/commit
refs: replace `refs_for_each_namespaced_ref()`
authorPatrick Steinhardt <redacted>
Mon, 23 Feb 2026 11:59:50 +0000 (12:59 +0100)
committerJunio C Hamano <redacted>
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 <redacted>
Signed-off-by: Junio C Hamano <redacted>
http-backend.c
refs.c
refs.h
upload-pack.c
git clone https://git.99rst.org/PROJECT