summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorScott Callaway <scott.callaway@uipath.com>2023-05-23 14:55:57 +0100
committerStefan Haller <stefan@haller-berlin.de>2023-07-14 07:56:09 +0200
commit96177373523f2fce6c34b5128c344afdf9be1b5a (patch)
treee6a6bff6d20143c5c1ae1e4b1bb2ee7878c25d90 /docs
parenta251f6ad6c7ac6ec4625a248d518953af105cb6f (diff)
config: rely on .gitconfig for verbose commit messages
As discussed in https://github.com/jesseduffield/lazygit/pull/2599, it makes more sense to have the user specify whether they want verbose commits from their own git config, rather than lazygit config. This means that we can remove all the code (including test coverage) associated with the custom verbose flag, and lazygit will just inherit the .gitconfig settings automatically.
Diffstat (limited to 'docs')
-rw-r--r--docs/Config.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/Config.md b/docs/Config.md
index 08e82b5ab..04e19881d 100644
--- a/docs/Config.md
+++ b/docs/Config.md
@@ -77,7 +77,6 @@ git:
useConfig: false
commit:
signOff: false
- verbose: default # one of 'default' | 'always' | 'never'
merging:
# only applicable to unix users
manualCommit: false