MTrack/SCM/Git/WorkingCopy.php
[web.mtrack] / MTrack / SCM / Git / WorkingCopy.php
index 5884ed8..b2d671b 100644 (file)
@@ -77,6 +77,7 @@ class MTrack_SCM_Git_WorkingCopy extends MTrack_SCM_WorkingCopy
         if (!strlen($reason)) {
             $reason = 'Changed';
         }
+        print_R($CS);exit;
         echo implode(" ", array('commit', '-a', '-m', $reason ,
                        '--author="' . $CS->name . ' <'. $CS->email . '>"' ));exit;
          exit;