repo.or.cz
/
libvpx.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge "Change bitreader to use a larger window."
[libvpx.git]
/
tools
/
gen_authors.sh
blob
e1246f08ac89013f29b8582a2415099ee49c3b51
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