Is it possible to list all users that contributed to a project (users that have done commits) in Git?
Any additional statistics?
Another option can be:
git log --format='%aN' | sort -u