summaryrefslogtreecommitdiff
path: root/scripts/contrithanks.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/contrithanks.sh')
-rwxr-xr-xscripts/contrithanks.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/contrithanks.sh b/scripts/contrithanks.sh
index 641259216..36d289ddb 100755
--- a/scripts/contrithanks.sh
+++ b/scripts/contrithanks.sh
@@ -10,7 +10,7 @@
#
# This software is licensed as described in the file COPYING, which
# you should have received as part of this distribution. The terms
-# are also available at https://curl.haxx.se/docs/copyright.html.
+# are also available at https://curl.se/docs/copyright.html.
#
# You may opt to use, copy, modify, merge, publish, distribute and/or sell
# copies of the Software, and permit persons to whom the Software is
@@ -33,7 +33,7 @@ if test "$start" = "-h"; then
exit
fi
if test -z "$start"; then
- start=`git tag --sort=taggerdate | tail -1`;
+ start=`git tag --sort=taggerdate | grep "^curl-" | tail -1`;
fi
@@ -64,7 +64,7 @@ sed -e 's/^ //' -e 's/ $//g' -e 's/@users.noreply.github.com$/ on github/'
# grep out the list of names from RELEASE-NOTES
# split on ", "
-# remove leading white spaces
+# remove leading whitespace
grep -a "^ [^ (]" RELEASE-NOTES| \
sed 's/, */\n/g'| \
sed 's/^ *//'