Skip to content

Commit 3fc4bd7

Browse files
committed
Add recipe to calculate filename changes per year per author
1 parent 795c45a commit 3fc4bd7

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
@@ -256,6 +256,17 @@ stats-author-filename-changes-per-weekday:
256256
.PHONY: stats-author-filename-changes-per-weekday
257257

258258

259+
# Compute number of filenames changed per year per author.
260+
#
261+
# This target computes the number of filename changes per year per author.
262+
263+
stats-author-filename-changes-per-year:
264+
$(QUIET) $(MAKE_EXECUTABLE) $(GIT_SCRIPTS_DIR)/author_filename_changes_per_year
265+
$(QUIET) $(GIT_SCRIPTS_DIR)/author_filename_changes_per_year
266+
267+
.PHONY: stats-author-filename-changes-per-year
268+
269+
259270
# Compute author number of changed files per day.
260271
#
261272
# This target computes the number of files changed per day per author.

0 commit comments

Comments
 (0)