Skip to main content

aggregate

Function aggregate 

Source
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.