2010-06-16 21:43:09 +02:00
|
|
|
#!/bin/bash
|
|
|
|
|
|
|
|
# Add organization names manually.
|
|
|
|
|
|
|
|
cat <<EOF
|
|
|
|
# This file is automatically generated from the git commit history
|
|
|
|
# by tools/gen_authors.sh.
|
|
|
|
|
2015-12-07 18:03:00 +01:00
|
|
|
$(git log --pretty=format:"%aN <%aE>" | sort | uniq | grep -v corp.google)
|
2010-06-16 21:43:09 +02:00
|
|
|
Google Inc.
|
|
|
|
The Mozilla Foundation
|
|
|
|
The Xiph.Org Foundation
|
|
|
|
EOF
|