about summary refs log tree commit diff
path: root/tools/git-blame-stats/main.go (follow)
Commit message (Collapse)AuthorAgeFilesLines
* feat(tools/git-blame-stats): add a CLI to report git blame statisticsFranck Cuny2022-06-181-0/+86
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>