From f0fe954d20f89688d089360f2a096deeca0d37be Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Tue, 21 Dec 2021 12:00:15 -0500 Subject: git commit verbose by default --- lib/common.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/common.nix b/lib/common.nix index 13ca9ae..afbe5a1 100644 --- a/lib/common.nix +++ b/lib/common.nix @@ -103,6 +103,7 @@ in push.default = "simple"; pull.rebase = "true"; commit.template = "${./git-commit-template}"; + commit.verbose = "true"; sendemail = { #smtpuser = "ben@bsima.me"; #smtpserverport = 587; -- cgit v1.2.3