50
50
"Kevin Läufer" : "ekiwi" ,
51
51
"Linas Nikiperavicius" : "linasnikis" ,
52
52
"Lucas Mösch" : "lmoesch" ,
53
+ "Luiz Gili" : "lgili" ,
53
54
"Lukas Güldenstein" : "gueldenstone" ,
54
55
"Marten Junga" : "Maju-Ketchup" ,
55
56
"Martin Esser" : "Scabber" ,
56
57
"Martin Rosekeit" : "thundernail" ,
58
+ "Mattis Kieffer" : "mat-kie" ,
57
59
"Michael Thies" : "mhthies" ,
58
60
"Mike Wolfram" : "mikewolfram" ,
59
61
"Nick Sarten" : "genbattle" ,
83
85
"Tomasz Chyrowicz" : "tomchy" ,
84
86
"Tomasz Wasilczyk" : "twasilczyk" ,
85
87
"Valeriy Osipov" : "SgtPepperFTW" ,
88
+ "Victor Costa" : "victorandrehc" ,
86
89
"Vivien Henry" : "lukh" ,
87
90
"Zawadniak Pedro" : "PDR5" ,
88
91
"Álan Crístoffer" : "acristoffers" ,
@@ -109,7 +112,7 @@ def get_author_log(since = None, until = None, handles = False, count = False):
109
112
co_author_command += " --since=\" {}\" " .format (since )
110
113
if until is not None :
111
114
co_author_command += " --until=\" {}\" " .format (until )
112
- co_author_command += " | grep -v '^$' | sed -e 's/Co -authored-by: /\t /g' | sort | uniq -c"
115
+ co_author_command += " | grep -v '^$' | sed -e 's/[Cc]o -authored-by: /\t /g' | sort | uniq -c"
113
116
output = subprocess .Popen (co_author_command , shell = True , stdout = subprocess .PIPE )\
114
117
.stdout .read ().decode (locale .getpreferredencoding ())
115
118
for line in output .splitlines ():
0 commit comments