pkg/setting: fix '[git] GC_ARGS' is not loaded

pull/5254/merge
Unknwon 2018-06-03 16:02:17 +08:00
parent e25fe22f9d
commit 0376e59520
No known key found for this signature in database
GPG Key ID: 7A02C406FAC875A2
3 changed files with 3 additions and 3 deletions

View File

@ -16,7 +16,7 @@ import (
"github.com/gogs/gogs/pkg/setting" "github.com/gogs/gogs/pkg/setting"
) )
const APP_VER = "0.11.51.0602" const APP_VER = "0.11.52.0603"
func init() { func init() {
setting.AppVer = APP_VER setting.AppVer = APP_VER

View File

@ -251,7 +251,7 @@ var (
MaxGitDiffLines int MaxGitDiffLines int
MaxGitDiffLineCharacters int MaxGitDiffLineCharacters int
MaxGitDiffFiles int MaxGitDiffFiles int
GCArgs []string `delim:" "` GCArgs []string `ini:"GC_ARGS" delim:" "`
Timeout struct { Timeout struct {
Migrate int Migrate int
Mirror int Mirror int

View File

@ -1 +1 @@
0.11.51.0602 0.11.52.0603