From fd940a730b6bbd561723d0641ecb293ede7572fd Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Tue, 6 Sep 2011 15:16:01 +0800 Subject: [PATCH] MTrack/SCM/Git/Repo.php --- MTrack/SCM/Git/Repo.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MTrack/SCM/Git/Repo.php b/MTrack/SCM/Git/Repo.php index 454220df..c54e3706 100644 --- a/MTrack/SCM/Git/Repo.php +++ b/MTrack/SCM/Git/Repo.php @@ -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(); -- 2.39.2