We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dda6d35 commit 90fda82Copy full SHA for 90fda82
tools/make/lib/stats/git.mk
@@ -157,6 +157,17 @@ stats-author-commits-per-weekday:
157
.PHONY: stats-author-commits-per-weekday
158
159
160
+# Compute author commits per year.
161
+#
162
+# This target computes the number of commits per year per author.
163
+
164
+stats-author-commits-per-year:
165
+ $(QUIET) $(MAKE_EXECUTABLE) $(GIT_SCRIPTS_DIR)/author_commits_per_year
166
+ $(QUIET) $(GIT_SCRIPTS_DIR)/author_commits_per_year
167
168
+.PHONY: stats-author-commits-per-year
169
170
171
# Compute author days active.
172
#
173
# This target computes the number of days each author has committed.
0 commit comments