]> granicus.if.org Git - libvpx/blob - tools/gen_authors.sh
vp8 encoder: fix some integer overflows
[libvpx] / tools / gen_authors.sh
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 \
10   | grep -v noreply)
11 Google Inc.
12 The Mozilla Foundation
13 The Xiph.Org Foundation
14 EOF