mirror of
https://github.com/curl/curl.git
synced 2025-03-19 15:40:42 +08:00
contrithanks: Use the most recent tag by default
(similar to 5296abe) Closes #4883
This commit is contained in:
parent
5296abe3af
commit
d2411a78ee
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user