Module stats

Module stats 

Source

Structs§

AuthorStats
Represents the statistics for a single author.
UserStats

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.

Type Aliases§

StatsMap