From: Alan Knowles Date: Mon, 3 Apr 2017 03:41:01 +0000 (+0800) Subject: GitLogParser.js X-Git-Url: http://git.roojs.org/?p=gitlive;a=commitdiff_plain;h=ca99eff4e14da24c765b6b5e4cadd8665a852cf2 GitLogParser.js --- diff --git a/GitLogParser.js b/GitLogParser.js index de19111a..5ad4c928 100644 --- a/GitLogParser.js +++ b/GitLogParser.js @@ -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));