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 7fdbbd8 commit b0a5c7bCopy full SHA for b0a5c7b
builtin/survey.c
@@ -597,7 +597,8 @@ static void do_load_refs(struct survey_context *ctx,
597
598
if (ctx->opts.show_progress) {
599
ctx->progress_total = 0;
600
- ctx->progress = start_progress(_("Scanning refs..."), 0);
+ ctx->progress = start_progress(ctx->repo,
601
+ _("Scanning refs..."), 0);
602
}
603
604
filter_refs(ref_array, &filter, FILTER_REFS_KIND_MASK);
0 commit comments