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:
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…
Reference in New Issue
Block a user