Merge pull request #2916 from tobiasd/20160925-changes
updateing credits and CHANGELOG
This commit is contained in:
commit
45ebeba643
3 changed files with 88 additions and 13 deletions
|
@ -2,6 +2,8 @@
|
|||
Abinoam P. Marques Jr.
|
||||
Abrax
|
||||
Adam Jurkiewicz
|
||||
Albert
|
||||
Alberto Díaz Tormo
|
||||
Alex
|
||||
Alexander Kampmann
|
||||
AlfredSK
|
||||
|
@ -13,10 +15,12 @@ André Alves
|
|||
André Lohan
|
||||
Anthronaut
|
||||
Arian - Cazare Muncitori
|
||||
Athalbert
|
||||
aweiher
|
||||
axelt
|
||||
balderino
|
||||
Beanow
|
||||
beardyunixer
|
||||
Beatriz Vital
|
||||
Ben Roberts
|
||||
ben-utzer
|
||||
|
@ -46,6 +50,7 @@ Doru DEACONU
|
|||
Dylan Thiedeke
|
||||
Développeur égaré
|
||||
eddy2508
|
||||
Eelco Maljaars
|
||||
effex7
|
||||
Elena
|
||||
emilia.krawczyk
|
||||
|
@ -72,13 +77,16 @@ hauke
|
|||
Hauke Altmann
|
||||
Hauke Zühl
|
||||
Hubert Kościański
|
||||
Hypolite Petovan
|
||||
Jak
|
||||
Jakob
|
||||
Jens Tautenhahn
|
||||
jensp
|
||||
Jeroen S
|
||||
jeroenpraat
|
||||
Johannes Schwab
|
||||
John Brazil
|
||||
Jonatan Nyberg
|
||||
Josef Moravek
|
||||
juanman
|
||||
julia.domagalska
|
||||
|
@ -133,7 +141,7 @@ rcmaniac
|
|||
rebeka-catalina
|
||||
repat
|
||||
Ricardo Pereira
|
||||
Roland Haeder
|
||||
Roland Häder
|
||||
Rui Andrada
|
||||
Sakałoŭ Alaksiej
|
||||
Sam
|
||||
|
@ -173,10 +181,11 @@ ufic
|
|||
Vasudev Kamath
|
||||
Vasya Novikov
|
||||
vislav
|
||||
Vít Šesták 'v6ak'
|
||||
Yasen Pramatarov
|
||||
ylms
|
||||
Zach Prezkuta
|
||||
Zered
|
||||
zottel
|
||||
Zvi ben Yaakov (a.k.a rdc)
|
||||
Михаил
|
||||
Михаил
|
||||
|
|
|
@ -23,7 +23,7 @@ import os, glob, subprocess
|
|||
# not work in some cases.
|
||||
dontinclude = ['root', 'friendica', 'bavatar', 'tony baldwin', 'Taek', 'silke m',
|
||||
'leberwurscht', 'abinoam', 'fabrixxm', 'FULL NAME', 'Hauke Zuehl',
|
||||
'Michal Supler', 'michal_s', 'Manuel Pérez', 'rabuzarus']
|
||||
'Michal Supler', 'michal_s', 'Manuel Pérez', 'rabuzarus', 'Alberto Díaz']
|
||||
|
||||
|
||||
# this script is in the /util sub-directory of the friendica installation
|
||||
|
@ -32,7 +32,7 @@ dontinclude = ['root', 'friendica', 'bavatar', 'tony baldwin', 'Taek', 'silke m'
|
|||
path = os.path.abspath(argv[0].split('util/make_credits.py')[0])
|
||||
print('> base directory is assumed to be: '+path)
|
||||
# a place to store contributors
|
||||
contributors = ['Andi Stadler']
|
||||
contributors = ["Andi Stadler", "Vít Šesták 'v6ak'"]
|
||||
# get the contributors
|
||||
print('> getting contributors to the friendica core repository')
|
||||
p = subprocess.Popen(['git', 'shortlog', '--no-merges', '-s'],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue