summaryrefslogtreecommitdiff
path: root/scripts/contributors.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/contributors.sh')
-rwxr-xr-xscripts/contributors.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/contributors.sh b/scripts/contributors.sh
index 6a6d34484..e9b426968 100755
--- a/scripts/contributors.sh
+++ b/scripts/contributors.sh
@@ -34,7 +34,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`;
echo "Since $start:"
fi