diff options
| author | Patrick Steinhardt <ps@pks.im> | 2026-02-23 12:59:51 +0100 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2026-02-23 13:21:19 -0800 |
| commit | 1dd4f1e43f8f11ebb13c1b9edbd91219a134443d (patch) | |
| tree | 710bfca410849ab8e8894fb38977c13013438127 /refs.h | |
| parent | 96c35a9ba5f1b5afac1e30ca93815dcd540d8b16 (diff) | |
| download | git-1dd4f1e43f8f11ebb13c1b9edbd91219a134443d.tar.xz | |
refs: replace `refs_for_each_fullref_in()`
Replace calls to `refs_for_each_fullref_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 | 8 |
1 files changed, 0 insertions, 8 deletions
@@ -510,14 +510,6 @@ int refs_for_each_remote_ref(struct ref_store *refs, int refs_for_each_replace_ref(struct ref_store *refs, refs_for_each_cb fn, void *cb_data); -/* - * references matching any pattern in "exclude_patterns" are omitted from the - * result set on a best-effort basis. - */ -int refs_for_each_fullref_in(struct ref_store *refs, const char *prefix, - const char **exclude_patterns, - refs_for_each_cb fn, void *cb_data); - /** * Iterate all refs in "prefixes" by partitioning prefixes into disjoint sets * and iterating the longest-common prefix of each set. |
