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
1 changed files with 0 additions and 1 deletions
|
@ -63,7 +63,6 @@
|
|||
color.ui = true;
|
||||
commit = {
|
||||
template = "~/.gitmessage";
|
||||
verbose = true;
|
||||
};
|
||||
core = {
|
||||
editor = "nvim";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue