pub fn gather_commit_statsx(by_name: bool) -> Result<StatsMap, String>
Gather commit counts per author via git shortlog -s -e HEAD. by_name=false groups by “Name ”, by_name=true groups by name only.
git shortlog -s -e HEAD