Skip to content

Commit 201c604

Browse files
committed
fixup! survey: add report of "largest" paths
1 parent eb3a118 commit 201c604

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

builtin/survey.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -810,6 +810,7 @@ static void initialize_report(struct survey_context *ctx)
810810
const int top_limit = 100;
811811

812812
CALLOC_ARRAY(ctx->report.by_type, REPORT_TYPE_COUNT);
813+
ctx->report.by_type[REPORT_TYPE_TAG].label = xstrdup(_("Tags"));
813814
ctx->report.by_type[REPORT_TYPE_COMMIT].label = xstrdup(_("Commits"));
814815
ctx->report.by_type[REPORT_TYPE_TREE].label = xstrdup(_("Trees"));
815816
ctx->report.by_type[REPORT_TYPE_BLOB].label = xstrdup(_("Blobs"));

0 commit comments

Comments
 (0)