I presume this is a configuration error somewhere, but I can\'t figure out where. Regular git commands appear to work fine, but \"git diff\" does nothing. To be safe, I remove
Not in your case, but maybe because the file that you pass not exists
$ git difftool HEAD HEAD^ -- path/that-not-exists
nothing happen