We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi I think this is a problem with my setup rather than a bug, but I don't know how to diagnose the issue;
This used to work, but then I upgraded my ubuntu to 18.04.2
The text was updated successfully, but these errors were encountered:
My colleague just testedit on 18.04.3 and has the same issue.
Sorry, something went wrong.
this is behavior change in git. when a file is clicked a git log containing the parameter -m is is run
-m
git log --topo-order --no-color --log-size --parents --boundary -z \ '--pretty=format:%m%HX%PX%n%cn<%ce>%n%an<%ae>%n%at%n%s%n' \ -r -m -p --full-index <some commit hashes> <Filename>
that -m changed its behavior between git 2.30 and 2.39 multiple time see
https://www.git-scm.com/docs/git-log/2.30.0#Documentation/git-log.txt--m
https://www.git-scm.com/docs/git-log/2.39.0#Documentation/git-log.txt--m
i hope this helps fixing this
qgit/src/git.cpp
Line 2194 in 6e95bf4
No branches or pull requests
Hi
I think this is a problem with my setup rather than a bug, but I don't know how to diagnose the issue;
This used to work, but then I upgraded my ubuntu to 18.04.2
The text was updated successfully, but these errors were encountered: