Skip to content

Commit

Permalink
fixup! survey: add report of "largest" paths
Browse files Browse the repository at this point in the history
  • Loading branch information
dscho committed Sep 15, 2024
1 parent eb3a118 commit 201c604
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions builtin/survey.c
Original file line number Diff line number Diff line change
Expand Up @@ -810,6 +810,7 @@ static void initialize_report(struct survey_context *ctx)
const int top_limit = 100;

CALLOC_ARRAY(ctx->report.by_type, REPORT_TYPE_COUNT);
ctx->report.by_type[REPORT_TYPE_TAG].label = xstrdup(_("Tags"));
ctx->report.by_type[REPORT_TYPE_COMMIT].label = xstrdup(_("Commits"));
ctx->report.by_type[REPORT_TYPE_TREE].label = xstrdup(_("Trees"));
ctx->report.by_type[REPORT_TYPE_BLOB].label = xstrdup(_("Blobs"));
Expand Down

0 comments on commit 201c604

Please sign in to comment.