Skip to content

Commit 90fda82

Browse files
committed
Add recipe to calculate number of commits per author per year
1 parent dda6d35 commit 90fda82

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

tools/make/lib/stats/git.mk

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,17 @@ stats-author-commits-per-weekday:
157157
.PHONY: stats-author-commits-per-weekday
158158

159159

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+
160171
# Compute author days active.
161172
#
162173
# This target computes the number of days each author has committed.

0 commit comments

Comments
 (0)