We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d0d876 commit 423e52bCopy full SHA for 423e52b
tools/make/lib/stats/git.mk
@@ -289,6 +289,17 @@ stats-author-lib-pkgs-per-weekday:
289
.PHONY: stats-author-lib-pkgs-per-weekday
290
291
292
+# Compute number of library packages per year per author.
293
+#
294
+# This target computes the number of library packages per year per author.
295
+
296
+stats-author-lib-pkgs-per-year:
297
+ $(QUIET) $(MAKE_EXECUTABLE) $(GIT_SCRIPTS_DIR)/author_lib_pkgs_per_year
298
+ $(QUIET) $(GIT_SCRIPTS_DIR)/author_lib_pkgs_per_year
299
300
+.PHONY: stats-author-lib-pkgs-per-year
301
302
303
# Compute author mean commit interval.
304
#
305
# This target computes the mean commit interval per author.
0 commit comments