SourceCodeSyntaxHighlight icon indicating copy to clipboard operation
SourceCodeSyntaxHighlight copied to clipboard

Can't get git support to work

Open just-doit opened this issue 2 years ago • 0 comments

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 in colorize.log when Debug is enabled.

Manually calling the logged command returns error: unknown switch '0' Although no error is logged in colorize.log.

just-doit avatar Mar 07 '23 14:03 just-doit