GitLogParser.js
[gitlive] / GitLogParser.js
index de19111..5ad4c92 100644 (file)
@@ -255,7 +255,9 @@ for (var h in GitLogParser.shours) {
     });
 }
 
-
+for (var desc in totals) {
+       print ("  " + totals[desc] + "   : " + desc);
+}
 
 //print(JSON.stringify(GitLogParser.shours,null,4));