mirror of https://github.com/wlcx/home.git
Disable showing signatures in git log
This commit is contained in:
parent
b0bb12fc4b
commit
02700c4044
|
@ -34,7 +34,6 @@
|
||||||
};
|
};
|
||||||
extraConfig = {
|
extraConfig = {
|
||||||
branch.sort = "-committerdate";
|
branch.sort = "-committerdate";
|
||||||
log.showSignature = true;
|
|
||||||
push.default = "current";
|
push.default = "current";
|
||||||
init.defaultBranch = "main";
|
init.defaultBranch = "main";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue