mirror of
https://github.com/curl/curl.git
synced 2026-06-06 08:04:28 +03:00
contributors.sh: even stricter requirements for the -by: line
This commit is contained in:
parent
1dc6ddde06
commit
50b29440a3
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|^ +[a-z-]+-by):' | \
|
||||
cut -d: -f2- | \
|
||||
cut '-d(' -f1 | \
|
||||
cut '-d<' -f1 | \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue