aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2022-03-25 18:19:03 -0300
committerEuAndreh <eu@euandre.org>2022-03-25 18:19:06 -0300
commit6c59bf83073419b76a95855900f90376ba5f4de4 (patch)
tree01531b27abcdac9f0982f6c54227a6ac1ffbf7fd
parentxmonad/scripts/dmenu-pass.sh: Use LANG=POSIX.UTF-8 for sorting (diff)
downloaddotfiles-6c59bf83073419b76a95855900f90376ba5f4de4.tar.gz
dotfiles-6c59bf83073419b76a95855900f90376ba5f4de4.tar.xz
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.
-rw-r--r--vcs/gitconfig.ini1
1 files changed, 1 insertions, 0 deletions
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]