tibirna / qgit

Official git repository for QGit.
Other
175 stars 68 forks source link

QGit fails doesnt work if log.showSignature = true in git config #66

Open jaakristioja opened 5 years ago

jaakristioja commented 5 years ago

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