Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
jaakristioja opened this issue Dec 11, 2018 · 0 comments · May be fixed by #70
Open

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

jaakristioja opened this issue Dec 11, 2018 · 0 comments · May be fixed by #70
Labels

Comments

@jaakristioja
Copy link

jaakristioja commented Dec 11, 2018

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants