]> git.ipfire.org Git - thirdparty/git.git/commit
refs: move `do_for_each_ref_flags` further up
authorPatrick Steinhardt <ps@pks.im>
Mon, 23 Feb 2026 11:59:37 +0000 (12:59 +0100)
committerJunio C Hamano <gitster@pobox.com>
Mon, 23 Feb 2026 21:21:17 +0000 (13:21 -0800)
commit1c3aff34b88f132ba3d489dbd9ff30f2604bb871
tree38c7838d3da0f0d5ab3aafed29d03927e08558a4
parent7543920af2f1a48ed4656e38a442125ef60cc3b0
refs: move `do_for_each_ref_flags` further up

Move the `do_for_each_ref_flags` enum further up. This prepares for
subsequent changes, where the flags will be used by more functions.

Signed-off-by: Patrick Steinhardt <ps@pks.im>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
refs.h