sbarex / SourceCodeSyntaxHighlight

Quick Look extension for highlight source code files on macOS 10.15 and later.
GNU General Public License v3.0
2.88k stars 71 forks source link

Can't get git support to work #232

Open just-doit opened 1 year ago

just-doit commented 1 year ago

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.