mirror of
https://github.com/curl/curl.git
synced 2026-01-18 17:21:26 +01:00
contributors.sh: even stricter requirements for the -by: line
This commit is contained in:
@@ -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 | \
|
||||
|
||||
Reference in New Issue
Block a user