Bug 1874684 - Part 17: Fix uninitialised variable warnings from clang-tidy. r=allstarschh
[gecko.git] / third_party / aom / tools / gen_authors.sh
blob5def8bc8981ca423cf100e2dd93e4005de4cb202
1 #!/bin/bash
3 # Add organization names manually.
5 cat <<EOF
6 # This file is automatically generated from the git commit history
7 # by tools/gen_authors.sh.
9 $(git log --pretty=format:"%aN <%aE>" | sort | uniq | grep -v "corp.google\|clang-format")
10 EOF