We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40dcdb6 commit e8c3042Copy full SHA for e8c3042
1 file changed
tools/make/lib/stats/git.mk
@@ -1653,6 +1653,17 @@ stats-shortstats-per-weekday:
1653
.PHONY: stats-shortstats-per-weekday
1654
1655
1656
+# Compute summary statistics per year.
1657
+#
1658
+# This target computes summary statistics for each year.
1659
+
1660
+stats-shortstats-per-year:
1661
+ $(QUIET) $(MAKE_EXECUTABLE) $(GIT_SCRIPTS_DIR)/shortstats_per_year
1662
+ $(QUIET) $(GIT_SCRIPTS_DIR)/shortstats_per_year
1663
1664
+.PHONY: stats-shortstats-per-year
1665
1666
1667
# Compute additions per commit standard deviation.
1668
#
1669
# This target computes the standard deviation of the number of additions per commit.
0 commit comments