Do not show git signatures in diff window (#918)

git v2.10.0 adds "log.showSignature" config
so that "git log --show-signature" runs by default.
Changing the commit format via "--pretty" does not prevent the signature
from appearing.
Only "--no-show-signature" prevents this.

Close #728
This commit is contained in:
Jan Edmund Lazo
2019-12-09 23:26:56 -05:00
committed by GitHub
parent 897ce5e2fa
commit e6ed2e5658
2 changed files with 4 additions and 1 deletions

View File

@@ -354,6 +354,7 @@ Execute (New commits on remote, PlugUpdate, then PlugDiff):
" Now we have updates
normal D
AssertEqual '2 plugin(s) updated.', getline(1)
AssertThrows execute('/gpg')
" Preview commit
silent! wincmd P