]> git.mxchange.org Git - friendica.git/commitdiff
get special contributors into the credits
authorTobias Diekershoff <tobias.diekershoff@gmx.net>
Thu, 29 Oct 2015 21:05:48 +0000 (22:05 +0100)
committerTobias Diekershoff <tobias.diekershoff@gmx.net>
Thu, 29 Oct 2015 21:05:48 +0000 (22:05 +0100)
util/credits.txt
util/make_credits.py

index 60ac4c6dd5a3552078da2d2e55576bc256987118..d31c741d530ea0e0ba253f346b5cafa33f4914f0 100644 (file)
@@ -5,6 +5,7 @@ Adam Jurkiewicz
 Alex
 Alexander Kampmann
 AlfredSK
+Andi Stadler
 André Lohan
 Anthronaut
 Arian - Cazare Muncitori
index f46ec004eb130c76d44425b4e3086fd8aadbae2f..fb4a909b77d459baa583ec9ebcb2bf10025ba759 100755 (executable)
@@ -25,13 +25,14 @@ dontinclude = ['root', 'friendica', 'bavatar', 'tony baldwin', 'Taek', 'silke m'
                'leberwurscht', 'abinoam', 'fabrixxm', 'FULL NAME', 'Hauke Zuehl',
                'Michal Supler', 'michal_s', 'Manuel Pérez']
 
+
 #  this script is in the /util sub-directory of the friendica installation
 #  so the friendica path is the 0th argument of calling this script but we
 #  need to remove the name of the file and the name of the directory
 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 = []
+contributors = ['Andi Stadler']
 #  get the contributors
 print('> getting contributors to the friendica core repository')
 p = subprocess.Popen(['git', 'shortlog', '--no-merges', '-s'],