THANKS: added missing names

... as I reran the contrithanks script after the mailmap name fixups.
This commit is contained in:
Daniel Stenberg 2017-12-12 08:44:13 +01:00
parent cc0cca1baf
commit 621b24505f
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2
2 changed files with 15 additions and 0 deletions

View File

@ -442,6 +442,7 @@ Eelco Dolstra
Eetu Ojanen Eetu Ojanen
Egon Eckert Egon Eckert
Eldar Zaitov Eldar Zaitov
Elliot Saba
Ellis Pritchard Ellis Pritchard
Elmira A Semenova Elmira A Semenova
Emanuele Bovisio Emanuele Bovisio
@ -497,6 +498,7 @@ Fernando Muñoz
Flavio Medeiros Flavio Medeiros
Florian Schoppmann Florian Schoppmann
Florian Weimer Florian Weimer
Florin Petriuc
Forrest Cahoon Forrest Cahoon
Francisco Moraes Francisco Moraes
Francois Petitjean Francois Petitjean
@ -668,6 +670,7 @@ Jared Lundell
Jari Aalto Jari Aalto
Jari Sundell Jari Sundell
Jason Glasgow Jason Glasgow
Jason Juang
Jason Liu Jason Liu
Jason McDonald Jason McDonald
Jason S. Priebe Jason S. Priebe
@ -740,6 +743,7 @@ John Bradshaw
John Coffey John Coffey
John Crow John Crow
John David Anglin John David Anglin
John DeHelian
John Dennis John Dennis
John Dunn John Dunn
John E. Malmberg John E. Malmberg
@ -1146,6 +1150,7 @@ Pat Ray
Patrice Guerin Patrice Guerin
Patricia Muscalu Patricia Muscalu
Patrick Bihan-Faou Patrick Bihan-Faou
Patrick Dawson
Patrick McManus Patrick McManus
Patrick Monnerat Patrick Monnerat
Patrick Rapin Patrick Rapin
@ -1248,6 +1253,7 @@ Ralf S. Engelschall
Ralph Beckmann Ralph Beckmann
Ralph Mitchell Ralph Mitchell
Ramana Mokkapati Ramana Mokkapati
Randall S. Becker
Randy Armstrong Randy Armstrong
Randy McMurchy Randy McMurchy
Ravi Pratap Ravi Pratap
@ -1272,6 +1278,7 @@ Ricardo Cadime
Rich Burridge Rich Burridge
Rich Gray Rich Gray
Rich Rauenzahn Rich Rauenzahn
Richard Alcock
Richard Archer Richard Archer
Richard Atterer Richard Atterer
Richard Bramante Richard Bramante
@ -1417,6 +1424,7 @@ Stefan Teleman
Stefan Tomanek Stefan Tomanek
Stefan Ulrich Stefan Ulrich
Steinar H. Gunderson Steinar H. Gunderson
Stepan Broz
Stephan Bergmann Stephan Bergmann
Stephen Brokenshire Stephen Brokenshire
Stephen Collyer Stephen Collyer
@ -1506,6 +1514,7 @@ Tom Mattison
Tom Moers Tom Moers
Tom Mueller Tom Mueller
Tom Regner Tom Regner
Tom Seddon
Tom Sparrow Tom Sparrow
Tom Wright Tom Wright
Tom Zerucha Tom Zerucha
@ -1603,12 +1612,14 @@ Yun SangHo
Yuriy Sosov Yuriy Sosov
Yves Arrouye Yves Arrouye
Yves Lejeune Yves Lejeune
Zachary Seguin
Zdenek Pavlas Zdenek Pavlas
Zekun Ni Zekun Ni
Zenju on github Zenju on github
Zmey Petroff Zmey Petroff
Zvi Har'El Zvi Har'El
afrind on github afrind on github
ahodesuka on github
arainchik on github arainchik on github
asavah on github asavah on github
baumanj on github baumanj on github
@ -1617,7 +1628,10 @@ canavan on github
cbartl on github cbartl on github
destman on github destman on github
dkjjr89 on github dkjjr89 on github
dpull on github
eXeC64 on github eXeC64 on github
elelel on github
guitared on github
hsiao yi hsiao yi
imilli on github imilli on github
jonrumsey on github jonrumsey on github

View File

@ -41,6 +41,7 @@ cut -d: -f2- | \
cut '-d(' -f1 | \ cut '-d(' -f1 | \
cut '-d<' -f1 | \ cut '-d<' -f1 | \
tr , '\012' | \ tr , '\012' | \
sed 's/ at github/ on github/' | \
sed 's/ and /\n/' | \ 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/'