1 // Migrate "refs.h" to not rely on `the_repository` implicitly anymore.
6 + refs_resolve_ref_unsafe
27 + refs_for_each_ref_in
30 + refs_for_each_fullref_in
33 + refs_for_each_tag_ref
36 + refs_for_each_branch_ref
39 + refs_for_each_remote_ref
42 + refs_for_each_glob_ref
44 - for_each_glob_ref_in
45 + refs_for_each_glob_ref_in
48 + refs_head_ref_namespaced
50 - for_each_namespaced_ref
51 + refs_for_each_namespaced_ref
54 + refs_for_each_rawref
72 + refs_for_each_reflog_ent
74 - for_each_reflog_ent_reverse
75 + refs_for_each_reflog_ent_reverse
78 + refs_for_each_reflog
80 - shorten_unambiguous_ref
81 + refs_shorten_unambiguous_ref
87 + refs_copy_existing_ref
92 - ref_transaction_begin
93 + ref_store_transaction_begin
102 + get_main_ref_store(the_repository),