From 4a0e0ea3dd5de4d88b85d4bee13de44d7b0775d7 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 2 Aug 2012 07:53:22 +0800 Subject: [PATCH] GitLogParser.js --- GitLogParser.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/GitLogParser.js b/GitLogParser.js index 8fa1161a..4eb9ee51 100644 --- a/GitLogParser.js +++ b/GitLogParser.js @@ -149,6 +149,8 @@ for (var h in res) { continue; } print(h + ' ' + res[h][p].total/60000 +'m ' + p ); break; + print(JSON.stringify(res[h][p])); + for (var k in res[h][p].items) { print(JSON.stringify(res[h][p].items[k])); print( ' ' + res[h][p].items[k].span/60000 +'m ' + res[h][p].items[k].line ); -- 2.39.2