repo.or.cz
/
gecko.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Bug 1874684 - Part 17: Fix uninitialised variable warnings from clang-tidy. r=allstarschh
[gecko.git]
/
third_party
/
aom
/
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