ソースを参照

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