gen_authors.sh 314 B

1234567891011121314
  1. #!/bin/bash
  2. # Add organization names manually.
  3. cat <<EOF
  4. # This file is automatically generated from the git commit history
  5. # by tools/gen_authors.sh.
  6. $(git log --pretty=format:"%aN <%aE>" | sort | uniq | grep -v corp.google \
  7. | grep -v noreply)
  8. Google Inc.
  9. The Mozilla Foundation
  10. The Xiph.Org Foundation
  11. EOF