From f10d7f6b11a4902c58a701d42338a59763eb2bde Mon Sep 17 00:00:00 2001 From: Alan Date: Fri, 13 Oct 2023 10:49:26 +0800 Subject: [PATCH] php8 --- MTrack/SCM/Git/Event.php | 6 ++++++ 1 file changed, 6 insertions(+) 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 */ -- 2.39.2