mirror of
https://codeberg.org/davrot/forgejo.git
synced 2025-05-20 14:00:04 +02:00
Can disable GIT interactions by HTTP protocol
This commit is contained in:
parent
7e15ff9486
commit
9d66497abc
7 changed files with 40 additions and 13 deletions
|
@ -116,6 +116,7 @@ var (
|
|||
MirrorQueueLength int
|
||||
PullRequestQueueLength int
|
||||
PreferredLicenses []string
|
||||
DisableHttpGit bool
|
||||
|
||||
// Repository editor settings
|
||||
Editor struct {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue