mirror of
https://github.com/curl/curl.git
synced 2026-01-18 17:21:26 +01:00
contributors.sh: only check -by: lines for names
Avoid catching lines that otherwise just says "by:" something.
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|-by):' | \
|
||||
cut -d: -f2- | \
|
||||
cut '-d(' -f1 | \
|
||||
cut '-d<' -f1 | \
|
||||
|
||||
Reference in New Issue
Block a user