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

index 4eb9ee5..758291c 100644 (file)
@@ -149,7 +149,7 @@ for (var h in res) {
             continue;
         }
         print(h + ' ' + res[h][p].total/60000 +'m ' + p ); break;
-        print(JSON.stringify(res[h][p]));
+        print("hp?"+JSON.stringify(res[h][p]));
 
         for (var k in res[h][p].items) {
             print(JSON.stringify(res[h][p].items[k]));