File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
docs/content/doc/administration Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -700,6 +700,7 @@ LEVEL = Info
700
700
701
701
; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
702
702
; ; Git config options
703
+ ; ; This section only does "set" config, a removed config key from this section won't be removed from git config automatically
703
704
; [git.config]
704
705
; diff.algorithm = histogram
705
706
; other.config-key = ...
Original file line number Diff line number Diff line change @@ -1070,7 +1070,8 @@ Default templates for project boards:
1070
1070
1071
1071
### Git - Config options (` git.config ` )
1072
1072
1073
- The key/value pairs in this section will be used as git config:
1073
+ The key/value pairs in this section will be used as git config.
1074
+ This section only does "set" config, a removed config key from this section won't be removed from git config automatically.
1074
1075
1075
1076
- ` diff.algorithm ` : ** histogram**
1076
1077
- ` other.config-key ` : ...
You can’t perform that action at this time.
0 commit comments