From 05b6ea1011e91d2cbc6f5fb6c8ca775e4a18e06f Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Tue, 15 Jan 2019 18:26:08 +0800 Subject: [PATCH] Fix #5661 - MTrack - daily email large and no branch --- MTrack/SCM/Git/Event.php | 1 - 1 file changed, 1 deletion(-) 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)) { -- 2.39.2