From 3265ef3d1d0289fa24dcde193845737e5be23af4 Mon Sep 17 00:00:00 2001 From: Jim Bankoski Date: Tue, 29 Mar 2016 14:21:56 -0700 Subject: [PATCH] AUTHORS regenerated script changed to remove extra entities and clang-format bot. Change-Id: I102cd80fdf4b240e6e4d5172943e49146a601a72 --- tools/gen_authors.sh | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/tools/gen_authors.sh b/tools/gen_authors.sh index 4cfd81ec3..5def8bc89 100755 --- a/tools/gen_authors.sh +++ b/tools/gen_authors.sh @@ -6,8 +6,5 @@ cat <" | sort | uniq | grep -v corp.google) -Google Inc. -The Mozilla Foundation -The Xiph.Org Foundation +$(git log --pretty=format:"%aN <%aE>" | sort | uniq | grep -v "corp.google\|clang-format") EOF -- 2.50.1