소스 검색

Oops, fixed author parsing.

This was supposed to be part of the last commit.
Heikki Hokkanen 16 년 전
부모
커밋
d1a2b53576
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      gitstats

+ 1
- 1
gitstats 파일 보기

@@ -227,7 +227,7 @@ class GitDataCollector(DataCollector):
227 227
 				stamp = 0
228 228
 			timezone = parts[3]
229 229
 			if len(parts) > 4:
230
-				author = ' '.join(parts[1:])
230
+				author = ' '.join(parts[4:])
231 231
 			date = datetime.datetime.fromtimestamp(float(stamp))
232 232
 
233 233
 			# First and last commit stamp