Disable showing signatures in git log

This commit is contained in:
Sam W 2022-03-08 22:10:26 +00:00
parent b0bb12fc4b
commit 02700c4044
1 changed files with 0 additions and 1 deletions

View File

@ -34,7 +34,6 @@
};
extraConfig = {
branch.sort = "-committerdate";
log.showSignature = true;
push.default = "current";
init.defaultBranch = "main";
};