MTrack/CommitChecker.php
authorAlan Knowles <alan@akbkhome.com>
Mon, 27 Jun 2011 11:06:55 +0000 (19:06 +0800)
committerAlan Knowles <alan@akbkhome.com>
Mon, 27 Jun 2011 11:06:55 +0000 (19:06 +0800)
MTrack/CommitChecker.php

index 99829d8..5d4ab9a 100644 (file)
@@ -208,6 +208,10 @@ class MTrack_CommitChecker {
         // this might be run on multiple commits (big push...)
         
         
+        // in our system, we not only log commits that are against a
+        // ticket, but also ones that are not..
+        
+        
         $files = $bridge->enumChangedOrModifiedFileNames();
         
         $fqfiles = array();