mirror of
https://github.com/curl/curl.git
synced 2026-07-23 13:47:16 +03:00
contributors.sh: only check -by: lines for names
Avoid catching lines that otherwise just says "by:" something.
This commit is contained in:
parent
d11b8593a2
commit
828d2e8762
1 changed files with 1 additions and 1 deletions
|
|
@ -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 | \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue