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
QGit started to behave in a weird manner lately yielding strange and incorrect output, and often crash when retrieving the repository log information. This seems to be caused by my ~/.gitconfig which instructs git log to show GPG signatures by default. I think QGit needs to pass --no-show-signatures or similar to git log, or properly parse the signature information contained in the log.
Here's the relevant part of my ~/.gitconfig:
[log]
showSignature = true
The text was updated successfully, but these errors were encountered:
QGit started to behave in a weird manner lately yielding strange and incorrect output, and often crash when retrieving the repository log information. This seems to be caused by my
~/.gitconfig
which instructsgit log
to show GPG signatures by default. I think QGit needs to pass--no-show-signatures
or similar togit log
, or properly parse the signature information contained in the log.Here's the relevant part of my
~/.gitconfig
:The text was updated successfully, but these errors were encountered: