We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f386fb commit f09c9d4Copy full SHA for f09c9d4
tools/make/lib/stats/git.mk
@@ -443,6 +443,17 @@ stats-author-shortstats-per-month:
443
.PHONY: stats-author-shortstats-per-month
444
445
446
+# Compute author short stats per year.
447
+#
448
+# This target computes summary statistic per year per author.
449
+
450
+stats-author-shortstats-per-year:
451
+ $(QUIET) $(MAKE_EXECUTABLE) $(GIT_SCRIPTS_DIR)/author_shortstats_per_year
452
+ $(QUIET) $(GIT_SCRIPTS_DIR)/author_shortstats_per_year
453
454
+.PHONY: stats-author-shortstats-per-year
455
456
457
# Compute number of tools packages per day per author.
458
#
459
# This target computes the number of tools packages per day per author.
0 commit comments