1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-07-30 03:23:08 +03:00

feat(config): change git.commit.verbose to accept "default"

This commit is contained in:
Ryooooooga
2023-01-02 00:49:59 +09:00
parent 1cf24a02d3
commit 965f7bfcb2
4 changed files with 66 additions and 22 deletions

View File

@ -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