From: Alan Knowles Date: Tue, 15 Jan 2019 10:25:07 +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=a81495afa5bcd0e3612fa0763b8e392e2448ccb6 Fix #5661 - MTrack - daily email large and no branch --- 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; }