1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-23 08:38:49 -05:00

contrithanks: Use the most recent tag by default

(similar to 5296abe)

Closes #4883
This commit is contained in:
Frank Gevaerts 2020-02-05 11:34:07 +01:00 committed by Daniel Stenberg
parent 5296abe3af
commit d2411a78ee
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View File

@ -28,8 +28,12 @@
start=$1
if test -z "$start"; then
if test "$start" = "-h"; then
echo "Usage: $0 <since this tag/hash>"
exit
fi
if test -z "$start"; then
start=`git tag --sort=taggerdate | tail -1`;
fi
cat ./docs/THANKS