Regenerate authors

This commit is contained in:
Florian Bruhin 2016-08-01 10:34:58 +02:00
parent 0865527631
commit 858fb77e19
2 changed files with 2 additions and 1 deletions

View File

@ -183,6 +183,7 @@ Contributors, sorted by the number of commits in descending order:
* Ismail S * Ismail S
* Halfwit * Halfwit
* David Vogt * David Vogt
* Claire Cavanaugh
* rikn00 * rikn00
* kanikaa1234 * kanikaa1234
* haitaka * haitaka
@ -207,7 +208,6 @@ Contributors, sorted by the number of commits in descending order:
* Ismail * Ismail
* Edgar Hipp * Edgar Hipp
* Daryl Finlay * Daryl Finlay
* Claire Cavanaugh
* adam * adam
* Samir Benmendil * Samir Benmendil
* Regina Hug * Regina Hug

View File

@ -402,6 +402,7 @@ def _get_authors():
'Daniel': 'Daniel Schadt', 'Daniel': 'Daniel Schadt',
'Alexey Glushko': 'haitaka', 'Alexey Glushko': 'haitaka',
'Corentin Jule': 'Corentin Julé', 'Corentin Jule': 'Corentin Julé',
'Claire C.C': 'Claire Cavanaugh',
} }
commits = subprocess.check_output(['git', 'log', '--format=%aN']) commits = subprocess.check_output(['git', 'log', '--format=%aN'])
authors = [corrections.get(author, author) authors = [corrections.get(author, author)