summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorJohann <johannkoenig@google.com>2015-12-07 09:03:00 -0800
committerJohann <johannkoenig@google.com>2015-12-07 09:03:00 -0800
commit9fde1f2ee3cc149ec45a01942f9898f5f80648e8 (patch)
tree17be5501564383641287b65b25a0cf811e3404be /tools
parent16a4fab9e2c6d80c08183bf0cc27a3e0b9bd2346 (diff)
downloadlibvpx-9fde1f2ee3cc149ec45a01942f9898f5f80648e8.tar
libvpx-9fde1f2ee3cc149ec45a01942f9898f5f80648e8.tar.gz
libvpx-9fde1f2ee3cc149ec45a01942f9898f5f80648e8.tar.bz2
libvpx-9fde1f2ee3cc149ec45a01942f9898f5f80648e8.zip
Strip redundant entries from .mailmap
Also prevent them from being reintroduced. Change-Id: I4e16293c8185462b48e641f066d78449685e2854
Diffstat (limited to 'tools')
-rwxr-xr-xtools/gen_authors.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/gen_authors.sh b/tools/gen_authors.sh
index e1246f08a..4cfd81ec3 100755
--- a/tools/gen_authors.sh
+++ b/tools/gen_authors.sh
@@ -6,7 +6,7 @@ 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)
+$(git log --pretty=format:"%aN <%aE>" | sort | uniq | grep -v corp.google)
Google Inc.
The Mozilla Foundation
The Xiph.Org Foundation