git who
Show a short log of who has contributed commits, in descending order
Git alias:
who = shortlog --summary --email --numbered --no-merges
Example:
git who