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:
parent
db7c1fc273
commit
bcbad6715e
|
@ -63,7 +63,6 @@
|
|||
color.ui = true;
|
||||
commit = {
|
||||
template = "~/.gitmessage";
|
||||
verbose = true;
|
||||
};
|
||||
core = {
|
||||
editor = "nvim";
|
||||
|
|
Loading…
Reference in a new issue