Skip to content

Commit c5cbe42

Browse files
committed
improve document
1 parent 0167c0b commit c5cbe42

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

custom/conf/app.example.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -700,6 +700,7 @@ LEVEL = Info
700700

701701
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
702702
;; 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
703704
;[git.config]
704705
;diff.algorithm = histogram
705706
;other.config-key = ...

docs/content/doc/administration/config-cheat-sheet.en-us.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1070,7 +1070,8 @@ Default templates for project boards:
10701070

10711071
### Git - Config options (`git.config`)
10721072

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.
10741075

10751076
- `diff.algorithm`: **histogram**
10761077
- `other.config-key`: ...

0 commit comments

Comments
 (0)