You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I execute it manually the output looks like this:
gpg: some text
gpg: some text
gpg: some text
HASH VALUE
Afterwards the following command is in the GitLens (Git) log:
git show --name-status --format= gpg: Signature...
Idea
It might be useful to add the parameter -c log.showSignature=false to all git comands relying on the git output. In this case the command would look like this:
Steps to Reproduce
log.showsignature=true
The reason
From the logs I figured out that the following git command is called
When I execute it manually the output looks like this:
Afterwards the following command is in the
GitLens (Git)
log:Idea
It might be useful to add the parameter
-c log.showSignature=false
to all git comands relying on the git output. In this case the command would look like this:Another option would be to ignore all output starting with
gpg:
.The text was updated successfully, but these errors were encountered: