We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae443c6 commit 6fc4242Copy full SHA for 6fc4242
tools/make/lib/stats/git.mk
@@ -58,6 +58,17 @@ stats-additions-per-weekday:
58
.PHONY: stats-additions-per-weekday
59
60
61
+# Compute additions per year.
62
+#
63
+# This target computes the number of additions committed per year.
64
+
65
+stats-additions-per-year:
66
+ $(QUIET) $(MAKE_EXECUTABLE) $(GIT_SCRIPTS_DIR)/additions_per_year
67
+ $(QUIET) $(GIT_SCRIPTS_DIR)/additions_per_year
68
69
+.PHONY: stats-additions-per-year
70
71
72
# Compute author additions per day.
73
#
74
# This target computes the number of additions committed per day per author.
0 commit comments