John Koleszar | f84f949 | 2010-06-16 15:43:09 -0400 | [diff] [blame] | 1 | #!/bin/bash |
2 | |||||
3 | # Add organization names manually. | ||||
4 | |||||
5 | cat <<EOF | ||||
6 | # This file is automatically generated from the git commit history | ||||
7 | # by tools/gen_authors.sh. | ||||
8 | |||||
9 | $(git log --pretty=format:"%aN <%aE>" | sort | uniq) | ||||
10 | Google Inc. | ||||
11 | The Mozilla Foundation | ||||
12 | The Xiph.Org Foundation | ||||
13 | EOF |