We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc73b27 commit 873acd8Copy full SHA for 873acd8
modules/setting/git.go
@@ -20,7 +20,7 @@ var (
20
MaxGitDiffLines int
21
MaxGitDiffLineCharacters int
22
MaxGitDiffFiles int
23
- GCArgs []string `delim:" "`
+ GCArgs []string `ini:"GC_ARGS" delim:" "`
24
Timeout struct {
25
Default int
26
Migrate int
0 commit comments