mirror of
https://github.com/junegunn/vim-plug.git
synced 2025-12-06 09:04:23 +08:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user