
script changed to remove extra entities and clang-format bot. Change-Id: I102cd80fdf4b240e6e4d5172943e49146a601a72
11 lines
249 B
Bash
Executable File
11 lines
249 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# Add organization names manually.
|
|
|
|
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 | grep -v "corp.google\|clang-format")
|
|
EOF
|