fix(git): disable verbose commits

Disable verbose commits as this seems to be causing an issue with Neogit
where the diff is unintentionally included within the commit message.
This commit is contained in:
Oliver Davies 2022-10-31 23:43:47 +00:00
parent db7c1fc273
commit bcbad6715e

View file

@ -63,7 +63,6 @@
color.ui = true;
commit = {
template = "~/.gitmessage";
verbose = true;
};
core = {
editor = "nvim";