From: Alan Knowles Date: Sun, 2 Dec 2012 03:24:30 +0000 (+0800) Subject: MTrack/SCM/Git/Repo.php X-Git-Url: http://git.roojs.org/?p=web.mtrack;a=commitdiff_plain;h=88ef6f5a920392bb16228b73a1dfefbaaaf69939 MTrack/SCM/Git/Repo.php --- 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"; } }