1*77c1e3ccSAndroid Build Coastguard Worker#!/bin/bash 2*77c1e3ccSAndroid Build Coastguard Worker 3*77c1e3ccSAndroid Build Coastguard Worker# Add organization names manually. 4*77c1e3ccSAndroid Build Coastguard Worker 5*77c1e3ccSAndroid Build Coastguard Workercat <<EOF 6*77c1e3ccSAndroid Build Coastguard Worker# This file is automatically generated from the git commit history 7*77c1e3ccSAndroid Build Coastguard Worker# by tools/gen_authors.sh. 8*77c1e3ccSAndroid Build Coastguard Worker 9*77c1e3ccSAndroid Build Coastguard Worker$(git log --pretty=format:"%aN <%aE>" | sort | uniq | grep -v "corp.google\|clang-format") 10*77c1e3ccSAndroid Build Coastguard WorkerEOF 11