Skip to content

Commit b2efeb4

Browse files
committed
Add recipe to calculate files changed per year
1 parent 9206989 commit b2efeb4

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
@@ -993,6 +993,17 @@ stats-files-changed-per-weekday:
993993
.PHONY: stats-files-changed-per-weekday
994994

995995

996+
# Compute files changed per year.
997+
#
998+
# This target computes the number of files changed per year.
999+
1000+
stats-files-changed-per-year:
1001+
$(QUIET) $(MAKE_EXECUTABLE) $(GIT_SCRIPTS_DIR)/files_changed_per_year
1002+
$(QUIET) $(GIT_SCRIPTS_DIR)/files_changed_per_year
1003+
1004+
.PHONY: stats-files-changed-per-year
1005+
1006+
9961007
# Compute number of library packages added per day.
9971008
#
9981009
# This target computes the number of library packages added per day.

0 commit comments

Comments
 (0)