sbarex / SourceCodeSyntaxHighlight

Quick Look extension for highlight source code files on macOS 10.15 and later.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can't get git support to work

just-doit opened this issue · 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.