contrithanks.sh: adopt the stricter by: check from contributors.sh

This commit is contained in:
Daniel Stenberg 2025-12-20 17:45:15 +01:00
parent 50b29440a3
commit 94a57b4e15
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View File

@ -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 | \