summaryrefslogtreecommitdiffstats
path: root/docs/Config.md
diff options
context:
space:
mode:
authorRyooooooga <eial5q265e5@gmail.com>2023-01-02 00:49:59 +0900
committerRyooooooga <eial5q265e5@gmail.com>2023-01-06 11:15:33 +0900
commit965f7bfcb219c7a08a9dbd865bd86e96fbe7e768 (patch)
treed069a516ce2d23c0c4a260e7e2d423b6f72dbc26 /docs/Config.md
parent1cf24a02d3994dc74ebf445481f2e4ea990e3f89 (diff)
feat(config): change `git.commit.verbose` to accept "default"
Diffstat (limited to 'docs/Config.md')
-rw-r--r--docs/Config.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Config.md b/docs/Config.md
index d3b3aeb3a..250ed2cf5 100644
--- a/docs/Config.md
+++ b/docs/Config.md
@@ -67,7 +67,7 @@ git:
useConfig: false
commit:
signOff: false
- verbose: false
+ verbose: default # one of 'default' | 'always' | 'never'
merging:
# only applicable to unix users
manualCommit: false