mirror of
https://github.com/git/git.git
synced 2026-06-24 08:48:31 +00:00
refs: rename each_ref_fn
Similar to the preceding commit, rename `each_ref_fn` to better match our current best practices around how we name things. Signed-off-by: Patrick Steinhardt <ps@pks.im> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
committed by
Junio C Hamano
parent
8f0720a5a7
commit
635f08b739
@@ -423,7 +423,7 @@ struct ref_iterator *prefix_ref_iterator_begin(struct ref_iterator *iter0,
|
||||
}
|
||||
|
||||
int do_for_each_ref_iterator(struct ref_iterator *iter,
|
||||
each_ref_fn fn, void *cb_data)
|
||||
refs_for_each_cb fn, void *cb_data)
|
||||
{
|
||||
int retval = 0, ok;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user