From 50b29440a39b02b5dcd4d1c9b04ef7315d9afdac Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Sat, 20 Dec 2025 17:44:18 +0100 Subject: [PATCH] contributors.sh: even stricter requirements for the -by: line --- scripts/contributors.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 | \