Skip to content

Commit 6fb31a5

Browse files
authored
fix GCArgs load from ini (#7156)
1 parent ca58eee commit 6fb31a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/setting/git.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ var (
2020
MaxGitDiffLines int
2121
MaxGitDiffLineCharacters int
2222
MaxGitDiffFiles int
23-
GCArgs []string `delim:" "`
23+
GCArgs []string `ini:"GC_ARGS" delim:" "`
2424
EnableAutoGitWireProtocol bool
2525
Timeout struct {
2626
Default int

0 commit comments

Comments
 (0)