Lunny Xiao
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
modules/setting/git.go
|
|
@ -20,7 +20,7 @@ var ( |
|
|
|
MaxGitDiffLines int |
|
|
|
MaxGitDiffLineCharacters int |
|
|
|
MaxGitDiffFiles int |
|
|
|
GCArgs []string `delim:" "` |
|
|
|
GCArgs []string `ini:"GC_ARGS" delim:" "` |
|
|
|
EnableAutoGitWireProtocol bool |
|
|
|
Timeout struct { |
|
|
|
Default int |
|
|
|