diff options
| author | Patrick Steinhardt <ps@pks.im> | 2026-02-23 12:59:45 +0100 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2026-02-23 13:21:18 -0800 |
| commit | 00be226f1f2a1036ea3920f8700b23b7cc55bf57 (patch) | |
| tree | 34cf7daa6ad015c32e8400fbf99747461cc3c151 /refs.h | |
| parent | 5507200b504f478516bf93767ac3ed3bebed7226 (diff) | |
| download | git-00be226f1f2a1036ea3920f8700b23b7cc55bf57.tar.xz | |
refs: replace `refs_for_each_ref_in()`
Replace calls to `refs_for_each_ref_in()` 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>
Diffstat (limited to 'refs.h')
| -rw-r--r-- | refs.h | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -501,8 +501,6 @@ int refs_for_each_ref(struct ref_store *refs, int refs_for_each_ref_ext(struct ref_store *refs, refs_for_each_cb cb, void *cb_data, const struct refs_for_each_ref_options *opts); -int refs_for_each_ref_in(struct ref_store *refs, const char *prefix, - refs_for_each_cb fn, void *cb_data); int refs_for_each_tag_ref(struct ref_store *refs, refs_for_each_cb fn, void *cb_data); int refs_for_each_branch_ref(struct ref_store *refs, |
