List all authors of a particular git project Using sort
git log --format='%aN' | sort -u - (List all authors of a particular git project This should work even if the output format changes.). The best command line collection on the internet, submit yours and save your favorites.