Regenerate authors
This commit is contained in:
parent
0865527631
commit
858fb77e19
@ -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
|
||||||
|
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user