From b7cbc8e138a7f0515b609d65701304b32f62a95c Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Sat, 3 Nov 2012 13:05:51 +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 667defdc..633f0903 100644 --- a/MTrack/SCM/Git/Repo.php +++ b/MTrack/SCM/Git/Repo.php @@ -259,7 +259,7 @@ HOOK; $args[] = ($k = '-') ? $v : ('--'. $k .'='. $v); } - $args[] = "--skip={$limit[0]} --max-count={$limit[1]}"; + } else { $args[] = "--since=$limit"; -- 2.39.2