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 357b80c commit 55e4ccbCopy full SHA for 55e4ccb
builtin/survey.c
@@ -857,7 +857,8 @@ static void survey_phase_objects(struct survey_context *ctx)
857
ctx->progress_nr = 0;
858
ctx->progress_total = 0;
859
if (ctx->opts.show_progress)
860
- ctx->progress = start_progress(_("Walking objects"), 0);
+ ctx->progress = start_progress(ctx->repo,
861
+ _("Walking objects"), 0);
862
walk_objects_by_path(&info);
863
stop_progress(&ctx->progress);
864
0 commit comments