Skip to content

Commit e8c3042

Browse files
committed
Add recipe to compute summary stats per year
1 parent 40dcdb6 commit e8c3042

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

tools/make/lib/stats/git.mk

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1653,6 +1653,17 @@ stats-shortstats-per-weekday:
16531653
.PHONY: stats-shortstats-per-weekday
16541654

16551655

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+
16561667
# Compute additions per commit standard deviation.
16571668
#
16581669
# This target computes the standard deviation of the number of additions per commit.

0 commit comments

Comments
 (0)