Is there a way to make :Gcommit
from Fugitive Vim plugin verbose by default (git commit --verbose
)?
I've tried the following without luck:
command! -nargs=* Gcommit Gcommit --verbose <args>
Also tried creating a commit
alias in gitconfig
, although aliases there don't seem to work with existent git commands.