Skip to content

Instantly share code, notes, and snippets.

@dmandrade
Created September 13, 2017 15:28
Show Gist options
  • Save dmandrade/826c940415bf583c58d253a5ac9ed5ce to your computer and use it in GitHub Desktop.
Save dmandrade/826c940415bf583c58d253a5ac9ed5ce to your computer and use it in GitHub Desktop.
#!/usr/bin/env bash
set -e
{
cat <<-'EOH'
# This file lists all individuals having contributed content to the repository.
EOH
echo
git log --format='%aN <%aE>' | LC_ALL=C.UTF-8 sort -uf
} > authors.md
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment