1
0
Fork 0
forked from forgejo/forgejo

Revert "[GITEA] Configurable clone methods"

This reverts commit 1d8bca07f3.
This commit is contained in:
Gergely Nagy 2024-03-23 11:10:07 +01:00
parent b7ee0b6ad2
commit 3123725ff3
No known key found for this signature in database
5 changed files with 7 additions and 118 deletions

View file

@ -53,7 +53,6 @@ func CommonTemplateContextData() ContextData {
"ShowMilestonesDashboardPage": setting.Service.ShowMilestonesDashboardPage,
"ShowFooterVersion": setting.Other.ShowFooterVersion,
"DisableDownloadSourceArchives": setting.Repository.DisableDownloadSourceArchives,
"DownloadOrCloneMethods": setting.Repository.DownloadOrCloneMethods,
"EnableSwagger": setting.API.EnableSwagger,
"EnableOpenIDSignIn": setting.Service.EnableOpenIDSignIn,