9fde1f2ee3
Also prevent them from being reintroduced. Change-Id: I4e16293c8185462b48e641f066d78449685e2854
14 lines
292 B
Bash
Executable File
14 lines
292 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# Add organization names manually.
|
|
|
|
cat <<EOF
|
|
# This file is automatically generated from the git commit history
|
|
# by tools/gen_authors.sh.
|
|
|
|
$(git log --pretty=format:"%aN <%aE>" | sort | uniq | grep -v corp.google)
|
|
Google Inc.
|
|
The Mozilla Foundation
|
|
The Xiph.Org Foundation
|
|
EOF
|