aboutsummaryrefslogtreecommitdiff
path: root/tools/git-blame-stats/git-blame-stats.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-10-17ref(tools/python): make mypy happyFranck Cuny1-8/+8
2022-10-16ref(tools/git-blame-stats): rewrite the tool in pythonFranck Cuny1-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.