diff options
| author | EuAndreh <eu@euandre.org> | 2022-03-25 18:19:03 -0300 |
|---|---|---|
| committer | EuAndreh <eu@euandre.org> | 2022-03-25 18:19:06 -0300 |
| commit | 6c59bf83073419b76a95855900f90376ba5f4de4 (patch) | |
| tree | 01531b27abcdac9f0982f6c54227a6ac1ffbf7fd /vcs | |
| parent | xmonad/scripts/dmenu-pass.sh: Use LANG=POSIX.UTF-8 for sorting (diff) | |
| download | dotfiles-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.
Diffstat (limited to 'vcs')
| -rw-r--r-- | vcs/gitconfig.ini | 1 |
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] |
