GitLogParser.js
authorAlan Knowles <alan@akbkhome.com>
Thu, 6 Dec 2012 15:06:36 +0000 (23:06 +0800)
committerAlan Knowles <alan@akbkhome.com>
Thu, 6 Dec 2012 15:06:36 +0000 (23:06 +0800)
GitLogParser.js

index 2360973..73b73fd 100644 (file)
@@ -108,6 +108,9 @@ GitLogParser = {
             print( "Unknown application: " + ret.line);
             throw { error : "TEST"};
         }
+        
+        print(ret.cmd);
+        print(ret.title);
         if (typeof(this[ret.cmd])=='string') {
             ret.project = this[ret.cmd]  
         } else {