Merge branch 'main' into lunny/issue_dev

This commit is contained in:
Lunny Xiao
2024-10-22 00:06:03 -07:00
214 changed files with 5900 additions and 810 deletions
+1 -1
View File
@@ -212,7 +212,7 @@ func HookPostReceive(ctx *gitea_context.PrivateContext) {
return
}
cols := make([]string, 0, len(opts.GitPushOptions))
cols := make([]string, 0, 2)
if isPrivate.Has() {
repo.IsPrivate = isPrivate.Value()