From b1f40904dfe1eaf12f3959ac5c80b9e748a240d6 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Sat, 18 Jun 2022 14:31:41 -0700 Subject: feat(tools/git-blame-stats): add a CLI to report git blame statistics Running this command in a repository will report how many lines in the current paths were created by different author, for a given revision. If no revision is specific, HEAD is assumed. Change-Id: I3fbed4f35a05e12fef22a72d7231727c05c50c96 Reviewed-on: https://cl.fcuny.net/c/world/+/445 Tested-by: CI Reviewed-by: Franck Cuny --- tools/git-blame-stats/go.mod | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 tools/git-blame-stats/go.mod (limited to 'tools/git-blame-stats/go.mod') diff --git a/tools/git-blame-stats/go.mod b/tools/git-blame-stats/go.mod new file mode 100644 index 0000000..4738ac4 --- /dev/null +++ b/tools/git-blame-stats/go.mod @@ -0,0 +1,3 @@ +module golang.fcuny.net/git-blame-stats + +go 1.17 -- cgit 1.4.1