phil294 / GitLG

A free, interactive Git UI for VSCode
MIT License
156 stars 16 forks source link

unknown visuals syntax at line xx , when used with "[color] diff = always" #61

Closed droberg closed 12 months ago

droberg commented 1 year ago

I have enabled color in my "./.git/config" file by setting

[color]
        diff = always
        status = auto

This causes "unknown visuals syntax at line xx"

Workaround was to remove it

phil294 commented 12 months ago

Thanks for the report. Fix now available with v0.1.13. I solved it by adding --color=none to the git main log command in the main view configure section. If you have changed it, you might need to reset&save it there.

droberg commented 12 months ago

Thanks!