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 eb568ca commit 1cb8ac8Copy full SHA for 1cb8ac8
builtin/survey.c
@@ -642,9 +642,9 @@ static void survey_phase_refs(struct survey_context *ctx)
642
switch (item->kind) {
643
case FILTER_REFS_TAGS:
644
ctx->report.refs.tags_nr++;
645
- if (oid_object_info(ctx->repo,
646
- &item->objectname,
647
- &size) == OBJ_TAG)
+ if (odb_read_object_info(ctx->repo->objects,
+ &item->objectname,
+ &size) == OBJ_TAG)
648
ctx->report.refs.tags_annotated_nr++;
649
break;
650
0 commit comments