Sign in
aomedia
/
avm
/
73bc2aa34b801e5b9de240aef168c2c9f933c021
/
.
/
tools
/
gen_authors.sh
blob: 5def8bc8981ca423cf100e2dd93e4005de4cb202 [
file
] [
log
] [
blame
]
#!/bin/bash
# Add organization names manually.
cat
<<
EOF
# This file is automatically generated from the git commit history
# by tools/gen_authors.sh.
$
(
git log
--
pretty
=
format
:
"%aN <%aE>"
|
sort
|
uniq
|
grep
-
v
"corp.google\|clang-format"
)
EOF