repo.or.cz
/
aom.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
hadamard: Add 4x4 test.
[aom.git]
/
tools
/
gen_authors.sh
blob
5def8bc8981ca423cf100e2dd93e4005de4cb202
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 | grep -v "corp.google\|clang-format")
10
EOF