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 eb3a118 commit 201c604Copy full SHA for 201c604
builtin/survey.c
@@ -810,6 +810,7 @@ static void initialize_report(struct survey_context *ctx)
810
const int top_limit = 100;
811
812
CALLOC_ARRAY(ctx->report.by_type, REPORT_TYPE_COUNT);
813
+ ctx->report.by_type[REPORT_TYPE_TAG].label = xstrdup(_("Tags"));
814
ctx->report.by_type[REPORT_TYPE_COMMIT].label = xstrdup(_("Commits"));
815
ctx->report.by_type[REPORT_TYPE_TREE].label = xstrdup(_("Trees"));
816
ctx->report.by_type[REPORT_TYPE_BLOB].label = xstrdup(_("Blobs"));
0 commit comments