From 6f39c960c1e295becb913c189031638c63d7eba4 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Sat, 3 Nov 2012 12:59:55 +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 e9760bab..bf096e29 100644 --- a/MTrack/SCM/Git/Repo.php +++ b/MTrack/SCM/Git/Repo.php @@ -252,7 +252,7 @@ HOOK; $args[] = "--skip={$limit[0]} --max-count={$limit[1]}"; } else if (is_array($limit) ) { foreach($line as $k=>$v) { - $args[] = ($k = '-' ? '' : ('--'. $k .'='. $v; + $args[] = ($k = '-') ? '' : ('--'. $k .'='. $v); } $args[] = "--skip={$limit[0]} --max-count={$limit[1]}"; } else { -- 2.39.2