mirror of https://github.com/docker/cli.git
Update AUTHORS header to indicate it's generated
Using both @generated, and using Go's format for generated files, to match the format we now use on moby/moby. Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
parent
b81acd7c4e
commit
f2566760a8
5
AUTHORS
5
AUTHORS
|
@ -1,5 +1,6 @@
|
||||||
# This file lists all individuals having contributed content to the repository.
|
# File @generated by scripts/docs/generate-authors.sh. DO NOT EDIT.
|
||||||
# For how it is generated, see `scripts/docs/generate-authors.sh`.
|
# This file lists all contributors to the repository.
|
||||||
|
# See scripts/docs/generate-authors.sh to make modifications.
|
||||||
|
|
||||||
Aanand Prasad <aanand.prasad@gmail.com>
|
Aanand Prasad <aanand.prasad@gmail.com>
|
||||||
Aaron L. Xu <liker.xu@foxmail.com>
|
Aaron L. Xu <liker.xu@foxmail.com>
|
||||||
|
|
|
@ -5,8 +5,9 @@ set -e
|
||||||
OUT="${1:-.}"
|
OUT="${1:-.}"
|
||||||
{
|
{
|
||||||
cat <<-'EOH'
|
cat <<-'EOH'
|
||||||
# This file lists all individuals having contributed content to the repository.
|
# File @generated by scripts/docs/generate-authors.sh. DO NOT EDIT.
|
||||||
# For how it is generated, see `scripts/docs/generate-authors.sh`.
|
# This file lists all contributors to the repository.
|
||||||
|
# See scripts/docs/generate-authors.sh to make modifications.
|
||||||
EOH
|
EOH
|
||||||
echo
|
echo
|
||||||
git log --format='%aN <%aE>' | LC_ALL=C.UTF-8 sort -uf
|
git log --format='%aN <%aE>' | LC_ALL=C.UTF-8 sort -uf
|
||||||
|
|
Loading…
Reference in New Issue