aboutsummaryrefslogtreecommitdiff
path: root/packages/git-blame-stats/git-blame-stats.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2024-10-14delete more python codeFranck Cuny1-90/+0
2024-07-22add lint as a target and reformatFranck Cuny1-7/+2
2024-03-06rename `tools` to `packages` to follow conventionFranck Cuny1-0/+0
The convention is to use `pkgs` or `packages` for overlays and definition of custom packages. Since I'm already using `pkg` for go, I prefer to use `packages` for my scripts.
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.