git shortlog groups commits by author — instant contribution report.
git shortlog -sn — sorted count per author
git shortlog -sn --since="1 month ago" — recent activity
git shortlog -sn --no-merges — exclude merge commits
Great for release notes, team reports, and understanding code ownership.