aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBlake Romero <blake@blkrom.com>2024-10-31 15:19:26 +0000
committerBlake Romero <blake@blkrom.com>2024-10-31 15:19:26 +0000
commit09f9ec2368bd6c7da03166dd7f43bffec5a27086 (patch)
tree4267011fbe46a436210a3478ebb854243be0649f
parent1ef956d97a6e3a1b6102ec22e43d2b5ae819337c (diff)
Add verbose commit option to git
-rw-r--r--dot-config/git/config2
1 files changed, 2 insertions, 0 deletions
diff --git a/dot-config/git/config b/dot-config/git/config
index 8144302..c291d4c 100644
--- a/dot-config/git/config
+++ b/dot-config/git/config
@@ -4,3 +4,5 @@
[user]
email = blake@blkrom.com
name = Blake Romero
+[commit]
+ verbose = true