From ba3bc74c554d611be391e39dd23d6b7981ec3839 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Wed, 20 Oct 2021 06:17:10 -0700 Subject: git: verbose commit --- profiles/groq.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/profiles/groq.nix b/profiles/groq.nix index c20c1d5..b9c8c37 100644 --- a/profiles/groq.nix +++ b/profiles/groq.nix @@ -10,6 +10,9 @@ programs = { git = { userEmail = lib.mkOverride 10 "bsima@groq.com"; + extraConfig = { + commit.verbose = true; + }; }; }; services.emacs.enable = true; -- cgit v1.2.3