Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Search Git Log] never show GPG signature (PatrickF1#287)
When the user has log.showSignature = true or the repo has showSignature = true, git log will check the GPG signature of signed commits. If the user does not have the public key for a signed commit, when triggering Search Git Log, raw GPG errors leak into the fzf window. We fix this by always passing --no-show-signature to the git log call. Resolves PatrickF1#286.
- Loading branch information