mirror of
https://github.com/curl/curl.git
synced 2025-01-24 14:15:18 +08:00
scripts/contributors.sh: strip one OR MORE leading spaces
From names found credited in commit logs
This commit is contained in:
parent
4e2146554a
commit
9967c10b6d
@ -70,7 +70,7 @@ cut '-d<' -f1 | \
|
||||
tr , '\012' | \
|
||||
sed 's/ at github/ on github/' | \
|
||||
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/'
|
||||
|
||||
grep -a "^ [^ \(]" RELEASE-NOTES| \
|
||||
sed 's/, */\n/g'| \
|
||||
|
Loading…
Reference in New Issue
Block a user