changed projectmodel.php to install pre-commit when creating a new project
This commit is contained in:
@ -156,6 +156,7 @@ class ProjectModel extends Model
|
||||
}
|
||||
|
||||
$hooks = array (
|
||||
"pre-commit",
|
||||
"start-commit",
|
||||
"post-commit",
|
||||
"pre-revprop-change",
|
||||
|
Reference in New Issue
Block a user