diff options
| author | Patrick Steinhardt <ps@pks.im> | 2026-02-23 12:59:46 +0100 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2026-02-23 13:21:18 -0800 |
| commit | 67034081adc956c4dc8b51f59a9b70b8861c4642 (patch) | |
| tree | 2c93501d5f389e5c4d19cb948a6fd4c89c2e3877 /refs.h | |
| parent | 00be226f1f2a1036ea3920f8700b23b7cc55bf57 (diff) | |
| download | git-67034081adc956c4dc8b51f59a9b70b8861c4642.tar.xz | |
refs: replace `refs_for_each_rawref()`
Replace calls to `refs_for_each_rawref()` 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 | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -543,7 +543,6 @@ int refs_for_each_namespaced_ref(struct ref_store *refs, refs_for_each_cb fn, void *cb_data); /* can be used to learn about broken ref and symref */ -int refs_for_each_rawref(struct ref_store *refs, refs_for_each_cb fn, void *cb_data); int refs_for_each_rawref_in(struct ref_store *refs, const char *prefix, refs_for_each_cb fn, void *cb_data); |
