MTrack/SCM/Git/WorkingCopy.php
authorAlan Knowles <alan@akbkhome.com>
Tue, 6 Sep 2011 09:42:24 +0000 (17:42 +0800)
committerAlan Knowles <alan@akbkhome.com>
Tue, 6 Sep 2011 09:42:24 +0000 (17:42 +0800)
MTrack/SCM/Git/WorkingCopy.php

index ce14b6f..5884ed8 100644 (file)
@@ -79,7 +79,7 @@ class MTrack_SCM_Git_WorkingCopy extends MTrack_SCM_WorkingCopy
         }
         echo implode(" ", array('commit', '-a', '-m', $reason ,
                        '--author="' . $CS->name . ' <'. $CS->email . '>"' ));exit;
-         
+         exit;
         return stream_get_contents(
             $this->git('commit', '-a', '-m', $reason ,
                        '--author="' . $CS->name . ' <'. $CS->email . '>"' )