diff options
| author | Franck Cuny <franck@fcuny.net> | 2022-06-18 14:31:41 -0700 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2022-06-18 14:38:19 -0700 |
| commit | b1f40904dfe1eaf12f3959ac5c80b9e748a240d6 (patch) | |
| tree | ba28225679fb27509f6769d4be2e4d8a0a80eb31 /tools/git-blame-stats/go.mod | |
| parent | ref(gerrit): add the plugin to delete projects (diff) | |
| download | infra-b1f40904dfe1eaf12f3959ac5c80b9e748a240d6.tar.gz | |
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 <franck@fcuny.net>
Diffstat (limited to 'tools/git-blame-stats/go.mod')
| -rw-r--r-- | tools/git-blame-stats/go.mod | 3 |
1 files changed, 3 insertions, 0 deletions
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 |
