From 88ef6f5a920392bb16228b73a1dfefbaaaf69939 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Sun, 2 Dec 2012 11:24:30 +0800 Subject: [PATCH] MTrack/SCM/Git/Repo.php --- MTrack/SCM/Git/Repo.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/MTrack/SCM/Git/Repo.php b/MTrack/SCM/Git/Repo.php index e5b36ec2..0dc7b1b8 100644 --- a/MTrack/SCM/Git/Repo.php +++ b/MTrack/SCM/Git/Repo.php @@ -260,8 +260,9 @@ HOOK; } - } else { - + } else if (strpos($limit,'..') !== false ) { + $args[] = $limit; + } else { $args[] = "--since=$limit"; } } -- 2.39.2