Signed-off-by: hmz007 <hmz007@gmail.com> Change-Id: Ib87fdbe7a0be7dc961af3500fe9ea4589a127f9f
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
|