also fix contrithanks and THANKS-filter
Ref: #16438
Closes #16443
s/andrewkirillov-ibm/Andrew Kirillov/
s/\(.*\) via #[0-9]*//
s/jethrogb$/jethrogb on github/
+s/on github/on github/i
cut '-d(' -f1 | \
cut '-d<' -f1 | \
tr , '\012' | \
- sed 's/ at github/ on github/' | \
+ sed 's/ at github/ on github/i' | \
+ sed 's/on github/on github/i' | \
sed 's/ and /\n/' | \
- sed -e 's/^ *//' -e 's/ $//g' -e 's/@users.noreply.github.com$/ on github/'
+ sed -e 's/^ *//' -e 's/ $//g' -e 's/@users.noreply.github.com$/ on github/i'
grep -a "^ [^ \(]" RELEASE-NOTES| \
sed 's/, */\n/g'| \
# We also include curl-www if possible. Override by setting CURLWWW
CURLWWW="${CURLWWW:-../curl-www}"
-cat ./docs/THANKS
+cat ./docs/THANKS | sed 's/ github/ github/i'
{
{
cut '-d(' -f1 | \
cut '-d<' -f1 | \
tr , '\012' | \
- sed 's/ at github/ on github/' | \
+ sed 's/ at github/ on github/i' | \
sed 's/ and /\n/' | \
- sed -e 's/^ //' -e 's/ $//g' -e 's/@users.noreply.github.com$/ on github/'
+ sed -e 's/^ //' -e 's/ $//g' -e 's/@users.noreply.github.com$/ on github/i' | \
+ sed 's/ github/ github/i'
# grep out the list of names from RELEASE-NOTES
# split on ", "