Disable verbose in commit messages

This commit is contained in:
Kenneth Benzie 2019-05-01 20:05:05 +01:00
parent 2f16349e97
commit 2e5cf11730

3
config
View File

@ -37,9 +37,6 @@
load = !sh -c '[ \"temp!\" = \"`git show --format=%s --no-patch`\" ] && \ load = !sh -c '[ \"temp!\" = \"`git show --format=%s --no-patch`\" ] && \
git reset --mixed HEAD~ || echo \"error: commit subject is not: temp!\"' git reset --mixed HEAD~ || echo \"error: commit subject is not: temp!\"'
[commit]
verbose = true
[core] [core]
editor = vim editor = vim
excludesfile = ~/.config/git/excludes excludesfile = ~/.config/git/excludes