Added git post hook handler
This commit is contained in:
@@ -1,2 +1,10 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
* will be called in mfBaseController after initializing Controller, before
|
||||
* running requested action
|
||||
*/
|
||||
|
||||
/* Get last git merge timestamp */
|
||||
$last_merge_ts = new mfConfig("git.merge.ts");
|
||||
$this->layout()->set("git_merge_ts", $last_merge_ts->value());
|
||||
|
||||
Reference in New Issue
Block a user