From: Alan Date: Fri, 13 Oct 2023 02:49:26 +0000 (+0800) Subject: php8 X-Git-Url: http://git.roojs.org/?p=web.mtrack;a=commitdiff_plain;h=f10d7f6b11a4902c58a701d42338a59763eb2bde php8 --- diff --git a/MTrack/SCM/Git/Event.php b/MTrack/SCM/Git/Event.php index d724b0d1..4990c98b 100644 --- a/MTrack/SCM/Git/Event.php +++ b/MTrack/SCM/Git/Event.php @@ -26,6 +26,12 @@ class MTrack_SCM_Git_Event extends MTrackSCMEvent public $commit; var $tags; var $files_array; + + var $utime; + var $commitday; + var $committime; + var $commitby; + /** * this is based on the output from git --raw --numstat */