tommcdo / vim-fugitive-blame-ext

Extend tpope/vim-fugitive to show commit message on statusline in :Gblame
54 stars 2 forks source link

Stopped signatures from obscuring summaries #4

Closed SaraWolffs closed 4 years ago

SaraWolffs commented 4 years ago

If .gitconfig contains showSignature = true, the signature check gets prepended to the output. It then gets confused for the message, and the summary becomes something like "gpg: Signature made ". Adding --no-show-signature overrides that setting to restore the expected output format of git show, letting the plugin display the actual commit summary as intended.

tommcdo commented 4 years ago

Looks good to me. Thanks!