diff --git a/scripts/contributors.sh b/scripts/contributors.sh index f8f08b3065..cea72ff5e5 100755 --- a/scripts/contributors.sh +++ b/scripts/contributors.sh @@ -62,7 +62,7 @@ CURLWWW="${CURLWWW:-../curl-www}" git -C "$CURLWWW" log --pretty=full --use-mailmap "$start..HEAD" fi } | \ - grep -Eai '(^Author|^Commit|-by):' | \ + grep -Eai '(^Author|^Commit|^ +[a-z-]+-by):' | \ cut -d: -f2- | \ cut '-d(' -f1 | \ cut '-d<' -f1 | \