about summary refs log tree commit diff
path: root/tools/git-blame-stats/git-blame-stats.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* ref(tools/python): make mypy happyFranck Cuny2022-10-171-8/+8
|
* ref(tools/git-blame-stats): rewrite the tool in pythonFranck Cuny2022-10-161-0/+95
The tool can calculate some stats about authors in a git repository. It computes the number of lines that are authored by authors at a given revision (HEAD by default), and the number of commits.