[Github-comments] [geany/geany-plugins] Directory diff Ignores git setting (#573)

Chris Spencer notifications at xxxxx
Sat May 6 19:08:40 UTC 2017


The docs state that if you have a visual diff tool installed, like meld, running VC->*->Diff will use that tool. This appears to work for VC->File->Diff, but not for VC->Directory->Diff, which spits out the default diff output.

Thinking that GeanyVC was using `git diff`, I tried overriding the `git diff` with:

    git config --global diff.external meld

but this has no effect, since GeanyVC appears to ignore git's `diff.external` setting, preventing the use of a visual diff tool.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-plugins/issues/573
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20170506/31f3adb5/attachment.html>


More information about the Github-comments mailing list