GitLogParser.js
authorAlan Knowles <alan@akbkhome.com>
Wed, 1 Aug 2012 23:53:22 +0000 (07:53 +0800)
committerAlan Knowles <alan@akbkhome.com>
Wed, 1 Aug 2012 23:53:22 +0000 (07:53 +0800)
GitLogParser.js

index 8fa1161..4eb9ee5 100644 (file)
@@ -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 );