Structs§
- Author
Stats - Represents the statistics for a single author.
- User
Stats
Functions§
- gather_
commit_ stats - Gathers historical commit counts for each author from
git log
. - gather_
commit_ statsx - Gather commit counts per author via
git shortlog -s -e HEAD
. by_name=false groups by “Name”, by_name=true groups by name only. - gather_
loc_ and_ file_ stats - Gathers LOC and file stats by running
git blame
in parallel. - gather_
loc_ and_ file_ statsx - Gather surviving LOC per author via blame –line-porcelain HEAD.
by_name=false groups by “Name
”, by_name=true groups by name only. - gather_
user_ stats - get_
user_ file_ ownership - Compute per-file ownership for a user.
- run_
stats - Orchestrate stats and print totals + table.