mirror of
https://github.com/curl/curl.git
synced 2026-01-26 06:57:57 +00:00
contrithanks.sh: adopt the stricter by: check from contributors.sh
This commit is contained in:
parent
50b29440a3
commit
94a57b4e15
@ -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…
x
Reference in New Issue
Block a user