From 6c59bf83073419b76a95855900f90376ba5f4de4 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Fri, 25 Mar 2022 18:19:03 -0300 Subject: vcs/gitconfig.ini: Enable commit verbose mode by default This is a quality of life improvement to always include the diff when editing the commit message in the text editor, instead of having to explicitly type "git commit -v ..." every time. --- vcs/gitconfig.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/vcs/gitconfig.ini b/vcs/gitconfig.ini index c4c4a517..d93050a9 100644 --- a/vcs/gitconfig.ini +++ b/vcs/gitconfig.ini @@ -47,6 +47,7 @@ genmetadata = true [commit] gpgsign = true + verbose = true [fetch] prune = true [pack] -- cgit v1.3