diff options
author | Ben Sima <ben@bsima.me> | 2021-12-21 12:00:15 -0500 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2021-12-21 12:00:15 -0500 |
commit | f0fe954d20f89688d089360f2a096deeca0d37be (patch) | |
tree | 9f7ade9523e5a882e999389d1ff02c8fb4d314de | |
parent | fa734594fe4391835467605d3fdd5248bfe9225e (diff) |
git commit verbose by default
-rw-r--r-- | lib/common.nix | 1 |
1 files changed, 1 insertions, 0 deletions
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; |