File: gen_authors.sh

package info (click to toggle)
aom 1.0.0.errata1-3%2Bdeb11u1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 19,460 kB
  • sloc: ansic: 209,308; cpp: 91,831; asm: 11,682; python: 3,376; perl: 1,816; sh: 1,335; makefile: 38; javascript: 32
file content (10 lines) | stat: -rwxr-xr-x 249 bytes parent folder | download | duplicates (49)
1
2
3
4
5
6
7
8
9
10
#!/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