Regenerate authors
This commit is contained in:
parent
bc8d19f003
commit
ccd0d1621c
@ -153,6 +153,7 @@ Contributors, sorted by the number of commits in descending order:
|
|||||||
* Ryan Roden-Corrent
|
* Ryan Roden-Corrent
|
||||||
* Patric Schmitz
|
* Patric Schmitz
|
||||||
* Claude
|
* Claude
|
||||||
|
* Corentin Julé
|
||||||
* meles5
|
* meles5
|
||||||
* Tarcisio Fedrizzi
|
* Tarcisio Fedrizzi
|
||||||
* Artur Shaik
|
* Artur Shaik
|
||||||
@ -198,7 +199,6 @@ Contributors, sorted by the number of commits in descending order:
|
|||||||
* Jan Verbeek
|
* Jan Verbeek
|
||||||
* Fritz V155 Reichwald
|
* Fritz V155 Reichwald
|
||||||
* Franz Fellner
|
* Franz Fellner
|
||||||
* Corentin Jule
|
|
||||||
* zwarag
|
* zwarag
|
||||||
* xd1le
|
* xd1le
|
||||||
* issue
|
* issue
|
||||||
|
@ -400,6 +400,7 @@ def _get_authors():
|
|||||||
'larryhynes': 'Larry Hynes',
|
'larryhynes': 'Larry Hynes',
|
||||||
'Daniel': 'Daniel Schadt',
|
'Daniel': 'Daniel Schadt',
|
||||||
'Alexey Glushko': 'haitaka',
|
'Alexey Glushko': 'haitaka',
|
||||||
|
'Corentin Jule': 'Corentin Julé',
|
||||||
}
|
}
|
||||||
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