gather_commit_statsx

Function gather_commit_statsx 

Source
pub fn gather_commit_statsx(by_name: bool) -> Result<StatsMap, String>
Expand description

Gather commit counts per author via git shortlog -s -e HEAD. by_name=false groups by “Name ”, by_name=true groups by name only.