From: Alan Knowles Date: Mon, 3 Apr 2017 04:34:44 +0000 (+0800) Subject: GitLogParser.js X-Git-Url: http://git.roojs.org/?p=gitlive;a=commitdiff_plain;h=2fcaf67eea1375e33101f715a98d3b7c7f265e81 GitLogParser.js --- diff --git a/GitLogParser.js b/GitLogParser.js index ddec340d..807f98f6 100644 --- a/GitLogParser.js +++ b/GitLogParser.js @@ -146,7 +146,8 @@ GitLogParser = { for(var proj in this.regexes) { for(var r in this.regexes[proj]) { - if (ret.line.match(r)) { + if (ret.line.match(this.regexes[proj][r])) { + //print("Match " + proj + " on " + r + ret.line + ) ret.project = proj; break; }