diff options
| author | Patrick Steinhardt <ps@pks.im> | 2026-02-23 12:59:47 +0100 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2026-02-23 13:21:19 -0800 |
| commit | 5ef6d593f18ac6b1e7540eed45f5d795d5a82faa (patch) | |
| tree | c4bfdda9f17e3d4c7bb80206a962c9f59b3c5e56 /refs.h | |
| parent | 67034081adc956c4dc8b51f59a9b70b8861c4642 (diff) | |
| download | git-5ef6d593f18ac6b1e7540eed45f5d795d5a82faa.tar.xz | |
refs: replace `refs_for_each_rawref_in()`
Replace calls to `refs_for_each_rawref_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 | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -542,10 +542,6 @@ int refs_for_each_namespaced_ref(struct ref_store *refs, const char **exclude_patterns, refs_for_each_cb fn, void *cb_data); -/* can be used to learn about broken ref and symref */ -int refs_for_each_rawref_in(struct ref_store *refs, const char *prefix, - refs_for_each_cb fn, void *cb_data); - /* * Normalizes partial refs to their fully qualified form. * Will prepend <prefix> to the <pattern> if it doesn't start with 'refs/'. |
