|
@@ -67,6 +67,8 @@ func generateAndMigrateGitHooks(x *xorm.Engine) (err error) {
|
|
|
wikiPath := repoBase + ".wiki.git"
|
|
|
log.Trace("[%04d]: %s", idx, repoPath)
|
|
|
|
|
|
+
|
|
|
+
|
|
|
hookDir := filepath.Join(repoPath, "hooks")
|
|
|
customHookDir := filepath.Join(repoPath, "custom_hooks")
|
|
|
wikiHookDir := filepath.Join(wikiPath, "hooks")
|