From: Alan Knowles Date: Mon, 3 Apr 2017 04:25:50 +0000 (+0800) Subject: GitLogParser.js X-Git-Url: http://git.roojs.org/?p=gitlive;a=commitdiff_plain;h=1dfe5f8643791ff6ff602fb74548f178da88a48a GitLogParser.js --- diff --git a/GitLogParser.js b/GitLogParser.js index a3861f1e..648b6e46 100644 --- a/GitLogParser.js +++ b/GitLogParser.js @@ -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 );