diff options
| author | Patrick Steinhardt <ps@pks.im> | 2026-02-23 12:59:49 +0100 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2026-02-23 13:21:19 -0800 |
| commit | 3fc1ad03c6243b44c2dcab480acaced44921b1c5 (patch) | |
| tree | fa51b6f8eaad4f2b5efa12cab1e2335e52419e5a /refs.h | |
| parent | 4091d2989353aaf14080ee64ee2e94b60ceaf18d (diff) | |
| download | git-3fc1ad03c6243b44c2dcab480acaced44921b1c5.tar.xz | |
refs: replace `refs_for_each_glob_ref()`
Replace calls to `refs_for_each_glob_ref()` 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 | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -527,10 +527,6 @@ int refs_for_each_ref_in_prefixes(struct ref_store *refs, const struct refs_for_each_ref_options *opts, refs_for_each_cb cb, void *cb_data); -/* iterates all refs that match the specified glob pattern. */ -int refs_for_each_glob_ref(struct ref_store *refs, refs_for_each_cb fn, - const char *pattern, void *cb_data); - /* * references matching any pattern in "exclude_patterns" are omitted from the * result set on a best-effort basis. |
