From: Alan Knowles Date: Tue, 15 Jan 2019 10:26:08 +0000 (+0800) Subject: Fix #5661 - MTrack - daily email large and no branch X-Git-Url: http://git.roojs.org/?p=web.mtrack;a=commitdiff_plain;h=05b6ea1011e91d2cbc6f5fb6c8ca775e4a18e06f Fix #5661 - MTrack - daily email large and no branch --- diff --git a/MTrack/SCM/Git/Event.php b/MTrack/SCM/Git/Event.php index a1ae4e0e..52a24633 100644 --- a/MTrack/SCM/Git/Event.php +++ b/MTrack/SCM/Git/Event.php @@ -113,7 +113,6 @@ class MTrack_SCM_Git_Event extends MTrackSCMEvent $name = $info[2]; $ent->files[$name]->added = $info[0]; $ent->files[$name]->removed = $info[1]; - } // fixme.. //if (!count($ent->branches)) {