GitLogParser.js
[gitlive] / GitLogParser.js
index a3861f1..648b6e4 100644 (file)
@@ -260,7 +260,8 @@ for (var h in res) {
         
         if (h == -1) {
             
-            print( "\n" + p ':');
+            print( "\n" + p + ':');
+            
             for (var k in res[h][p].items) {
                  
                 print( '     ' + Math.floor(res[h][p].items[k].span/60000) +'m ' + res[h][p].items[k].line );