pub fn aggregate(commits: &[CommitStat]) -> Vec<Stat>Expand description
Aggregate per-commit stats into per-author totals, returned in first-seen order (callers sort afterwards). Sums saturate rather than overflow.
pub fn aggregate(commits: &[CommitStat]) -> Vec<Stat>Aggregate per-commit stats into per-author totals, returned in first-seen order (callers sort afterwards). Sums saturate rather than overflow.