Merge "Use signed variables in the lookahead."
[aom.git] / tools / gen_authors.sh
blob4cfd81ec3f13c44aec96454674f556aac0ec5ab9
1 #!/bin/bash
3 # Add organization names manually.
5 cat <<EOF
6 # This file is automatically generated from the git commit history
7 # by tools/gen_authors.sh.
9 $(git log --pretty=format:"%aN <%aE>" | sort | uniq | grep -v corp.google)
10 Google Inc.
11 The Mozilla Foundation
12 The Xiph.Org Foundation
13 EOF