From a81495afa5bcd0e3612fa0763b8e392e2448ccb6 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Tue, 15 Jan 2019 18:25:07 +0800 Subject: [PATCH] Fix #5661 - MTrack - daily email large and no branch --- MTrack/SCM/Git/Event.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/MTrack/SCM/Git/Event.php b/MTrack/SCM/Git/Event.php index a6a2a68d..a1ae4e0e 100644 --- a/MTrack/SCM/Git/Event.php +++ b/MTrack/SCM/Git/Event.php @@ -116,9 +116,9 @@ class MTrack_SCM_Git_Event extends MTrackSCMEvent } // fixme.. - if (!count($ent->branches)) { - $ent->branches[] = $this->branch; //'master'; - } + //if (!count($ent->branches)) { + // $ent->branches[] = $this->branch; //'master'; + //} $ent->files_array = array_values($ent->files); return $ent; } -- 2.39.2