Add commit.verbose = true to .gitconfig
dblume

dblume commited on 2024-02-26 14:54:50
Showing 1 changed files, with 2 additions and 0 deletions.


Disable with:

git -c "commit.verbose=false" commit
... ...
@@ -36,5 +36,7 @@
36 36
 	sort = -creatordate 
37 37
 [grep]
38 38
 	lineNumber = true
39
+[commit]
40
+	verbose = true
39 41
 [include]
40 42
 	path = ~/.gitconfig.local
41 43