mirror of
https://github.com/go-gitea/gitea.git
synced 2026-09-23 06:48:39 +02:00
Merge remote-tracking branch 'upstream/main' into limit-repo-size
Resolved Conflicts: models/migrations/migrations.go services/forms/repo_form.go templates/admin/repo/list.tmpl templates/repo/settings/options.tmpl
This commit is contained in:
@@ -57,7 +57,9 @@ type CreateRepoForm struct {
|
||||
Labels bool
|
||||
ProtectedBranch bool
|
||||
TrustModel string
|
||||
SizeLimit int64
|
||||
|
||||
ForkSingleBranch string
|
||||
SizeLimit int64
|
||||
}
|
||||
|
||||
// Validate validates the fields
|
||||
|
||||
Reference in New Issue
Block a user