Skip to content

Commit f09c9d4

Browse files
committed
Add recipe to compute summary stats per author per year
1 parent 5f386fb commit f09c9d4

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
@@ -443,6 +443,17 @@ stats-author-shortstats-per-month:
443443
.PHONY: stats-author-shortstats-per-month
444444

445445

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+
446457
# Compute number of tools packages per day per author.
447458
#
448459
# This target computes the number of tools packages per day per author.

0 commit comments

Comments
 (0)