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 b0a5c7b commit 357b80cCopy full SHA for 357b80c
builtin/survey.c
@@ -844,7 +844,8 @@ static void survey_phase_objects(struct survey_context *ctx)
844
ctx->progress_nr = 0;
845
ctx->progress_total = ctx->ref_array.nr;
846
if (ctx->opts.show_progress)
847
- ctx->progress = start_progress(_("Preparing object walk"),
+ ctx->progress = start_progress(ctx->repo,
848
+ _("Preparing object walk"),
849
ctx->progress_total);
850
for (int i = 0; i < ctx->ref_array.nr; i++) {
851
struct ref_array_item *item = ctx->ref_array.items[i];
0 commit comments