From 94a57b4e15567fa89a9a48e4315a8da519a36401 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Sat, 20 Dec 2025 17:45:15 +0100 Subject: [PATCH] contrithanks.sh: adopt the stricter by: check from contributors.sh --- scripts/contrithanks.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/contrithanks.sh b/scripts/contrithanks.sh index 59db5b876a..47438701cd 100755 --- a/scripts/contrithanks.sh +++ b/scripts/contrithanks.sh @@ -62,7 +62,7 @@ tail -n +7 ./docs/THANKS | sed 's/ github/ github/i' > $rand git -C "$CURLWWW" log --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 | \ -- 2.43.0