MTrack/SCM/Git/Repo.php
authorAlan Knowles <alan@akbkhome.com>
Tue, 6 Sep 2011 05:45:41 +0000 (13:45 +0800)
committerAlan Knowles <alan@akbkhome.com>
Tue, 6 Sep 2011 05:45:41 +0000 (13:45 +0800)
MTrack/SCM/Git/Repo.php

index 469734b..8466139 100644 (file)
@@ -264,7 +264,7 @@ HOOK;
         
         
         
-        print_R(array($args, '--' ,$path));exit;
+        //print_R(array($args, '--' ,$path));exit;
         $fp = $this->git('log', $args, '--', $path);
 
         $commits = array();