From d2411a78ee417570fb2f3ced2094917a32e31583 Mon Sep 17 00:00:00 2001 From: Frank Gevaerts Date: Wed, 5 Feb 2020 11:34:07 +0100 Subject: contrithanks: Use the most recent tag by default (similar to 5296abe) Closes #4883 --- scripts/contrithanks.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/contrithanks.sh b/scripts/contrithanks.sh index 85af71038..da395aebf 100755 --- a/scripts/contrithanks.sh +++ b/scripts/contrithanks.sh @@ -28,8 +28,12 @@ start=$1 -if test -z "$start"; then +if test "$start" = "-h"; then echo "Usage: $0 " + exit +fi +if test -z "$start"; then + start=`git tag --sort=taggerdate | tail -1`; fi cat ./docs/THANKS -- cgit v1.2.3