From: Alan Knowles Date: Sat, 3 Nov 2012 05:05:51 +0000 (+0800) Subject: MTrack/SCM/Git/Repo.php X-Git-Url: http://git.roojs.org/?p=web.mtrack;a=commitdiff_plain;h=b7cbc8e138a7f0515b609d65701304b32f62a95c MTrack/SCM/Git/Repo.php --- 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";