GitLogParser.js
authorAlan Knowles <alan@akbkhome.com>
Wed, 1 Aug 2012 23:29:52 +0000 (07:29 +0800)
committerAlan Knowles <alan@akbkhome.com>
Wed, 1 Aug 2012 23:29:52 +0000 (07:29 +0800)
GitLogParser.js

index 98ca163..c48310e 100644 (file)
@@ -10,7 +10,7 @@ GitLogParser = {
         this.date  = date;        
         var home  = GLib.get_home_dir();
         
-        var flines = File.read(  home + '/.gitlog' + date.format('/Y/M/d') + '.log').split("\n");
+        var flines = File.read(  home + '/.gitlog' + date.format('/Y/m/d') + '.log').split("\n");
         // first just convert them..
         // we had an old bug that did not put line breaks in there..
         // however 00:00:00: is pretty distinct, so let'st try and split on it..