We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cebf643 commit c2f9b15Copy full SHA for c2f9b15
refs/refs-internal.h
@@ -438,6 +438,11 @@ void base_ref_iterator_free(struct ref_iterator *iter);
438
439
/* Virtual function declarations for ref_iterators: */
440
441
+/*
442
+ * backend-specific implementation of ref_iterator_advance.
443
+ * For symrefs, the function should set REF_ISSYMREF, and it should also dereference
444
+ * the symref to provide the OID referent.
445
+ */
446
typedef int ref_iterator_advance_fn(struct ref_iterator *ref_iterator);
447
448
typedef int ref_iterator_peel_fn(struct ref_iterator *ref_iterator,
0 commit comments