1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-15 23:17:19 +00:00

Can disable GIT interactions by HTTP protocol

This commit is contained in:
Thibault Meyer
2016-09-18 10:54:33 +02:00
parent 7e15ff9486
commit 9d66497abc
7 changed files with 40 additions and 13 deletions

View File

@@ -116,6 +116,7 @@ var (
MirrorQueueLength int
PullRequestQueueLength int
PreferredLicenses []string
DisableHttpGit bool
// Repository editor settings
Editor struct {