contributors.sh: even stricter requirements for the -by: line

This commit is contained in:
Daniel Stenberg 2025-12-20 17:44:18 +01:00
parent 1dc6ddde06
commit 50b29440a3
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2

View file

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