contrithanks: Use the most recent tag by default
(similar to 5296abe
)
Closes #4883
This commit is contained in:
Родитель
5296abe3af
Коммит
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
|
||||
|
|
Загрузка…
Ссылка в новой задаче