We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 795c45a commit 3fc4bd7Copy full SHA for 3fc4bd7
tools/make/lib/stats/git.mk
@@ -256,6 +256,17 @@ stats-author-filename-changes-per-weekday:
256
.PHONY: stats-author-filename-changes-per-weekday
257
258
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
270
# Compute author number of changed files per day.
271
#
272
# This target computes the number of files changed per day per author.
0 commit comments