mirror of
https://github.com/curl/curl.git
synced 2026-04-14 15:01:47 +03:00
contrithanks.sh: adopt the stricter by: check from contributors.sh
This commit is contained in:
parent
50b29440a3
commit
94a57b4e15
1 changed files with 1 additions and 1 deletions
|
|
@ -62,7 +62,7 @@ tail -n +7 ./docs/THANKS | sed 's/ github/ github/i' > $rand
|
|||
git -C "$CURLWWW" log --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