php8 master
authorAlan <alan@roojs.com>
Fri, 13 Oct 2023 02:49:26 +0000 (10:49 +0800)
committerAlan <alan@roojs.com>
Fri, 13 Oct 2023 02:49:26 +0000 (10:49 +0800)
MTrack/SCM/Git/Event.php

index d724b0d..4990c98 100644 (file)
@@ -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
      */