changed projectmodel.php to install pre-commit when creating a new project

This commit is contained in:
hyung-hwan 2014-06-23 15:02:58 +00:00
parent 47ea5a0ff4
commit a8396bead3

View File

@ -156,6 +156,7 @@ class ProjectModel extends Model
} }
$hooks = array ( $hooks = array (
"pre-commit",
"start-commit", "start-commit",
"post-commit", "post-commit",
"pre-revprop-change", "pre-revprop-change",