Skip to content

Commit 1d3e111

Browse files
Apply suggestions from code review
Co-authored-by: silverwind <[email protected]>
1 parent c5cbe42 commit 1d3e111

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

custom/conf/app.example.ini

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -700,10 +700,9 @@ 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
703+
;; This section only does "set" config, a removed config key from this section won't be removed from git config automatically. The format is `some.configKey = value`.
704704
;[git.config]
705705
;diff.algorithm = histogram
706-
;other.config-key = ...
707706

708707
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
709708
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1071,10 +1071,9 @@ Default templates for project boards:
10711071
### Git - Config options (`git.config`)
10721072

10731073
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+
This section only does "set" config, a removed config key from this section won't be removed from git config automatically. The format is `some.configKey = value`.
10751075

10761076
- `diff.algorithm`: **histogram**
1077-
- `other.config-key`: ...
10781077

10791078
## Metrics (`metrics`)
10801079

0 commit comments

Comments
 (0)