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
I've enabled VCS Support and configured the path to the git binary, but there's no difference in the result. The version of git is git version 2.38.1.
git version 2.38.1
It seems git is called with the following options /usr/local/bin/git diff -U0 -0 . At least this is logged in colorize.log when Debug is enabled.
/usr/local/bin/git diff -U0 -0
colorize.log
Manually calling the logged command returns error: unknown switch '0' Although no error is logged in colorize.log.
error: unknown switch '0'
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I've enabled VCS Support and configured the path to the git binary, but there's no difference in the result.
The version of git is
git version 2.38.1
.It seems git is called with the following options
/usr/local/bin/git diff -U0 -0
. At least this is logged incolorize.log
when Debug is enabled.Manually calling the logged command returns
error: unknown switch '0'
Although no error is logged incolorize.log
.The text was updated successfully, but these errors were encountered: