git: gitconfig: Always use verbose for commits

Signed-off-by: Sanchayan Maity <maitysanchayan@gmail.com>
This commit is contained in:
Sanchayan Maity 2020-05-21 10:27:17 +05:30
parent d73c9e483d
commit fd5c5b15f5
1 changed files with 2 additions and 0 deletions

View File

@ -18,3 +18,5 @@
cmd = nvim -c "DiffConflicts" "$MERGED" "$BASE" "$LOCAL" "$REMOTE"
trustExitCode = true
keepBackup = false
[commit]
verbose = true