doc: Merge "error800"/"Error 800" in author list.

This commit is contained in:
Florian Bruhin 2015-11-18 08:12:02 +01:00
parent dcfa73cf91
commit 3251bd8419
2 changed files with 2 additions and 2 deletions

View File

@ -158,13 +158,13 @@ Contributors, sorted by the number of commits in descending order:
* Jonas Schürmann * Jonas Schürmann
* Jimmy * Jimmy
* skinnay * skinnay
* error800
* Zach-Button * Zach-Button
* Halfwit * Halfwit
* Felix Van der Jeugt * Felix Van der Jeugt
* rikn00 * rikn00
* Patric Schmitz * Patric Schmitz
* Martin Zimmermann * Martin Zimmermann
* Error 800
* Brian Jackson * Brian Jackson
* sbinix * sbinix
* neeasade * neeasade
@ -180,7 +180,6 @@ Contributors, sorted by the number of commits in descending order:
* Fritz V155 Reichwald * Fritz V155 Reichwald
* Franz Fellner * Franz Fellner
* zwarag * zwarag
* error800
* Tim Harder * Tim Harder
* Thiago Barroso Perrotta * Thiago Barroso Perrotta
* Matthias Lisin * Matthias Lisin

View File

@ -390,6 +390,7 @@ def _get_authors():
'Averrin': 'Alexey "Averrin" Nabrodov', 'Averrin': 'Alexey "Averrin" Nabrodov',
'Alexey Nabrodov': 'Alexey "Averrin" Nabrodov', 'Alexey Nabrodov': 'Alexey "Averrin" Nabrodov',
'Michael': 'Halfwit', 'Michael': 'Halfwit',
'Error 800': 'error800',
} }
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)