Closed Gabriel-p closed 7 years ago
same problem to me 🤕 I can't launch Diffmerge
.
ps: Win10 ST3
No advance on this issue? It's been going on for almost two months now :sob:
The issue was simpler to solve than I thought. I just had to set the difftool
to not prompt with:
[difftool]
prompt = false
Another way is to pass the -y
option to git difftool
to prevent it for prompting you about which files/ to diff. If you're getting the prompt in Sublime 3, you probably also would have gotten the prompt it also in the console, if they were both using the same version of git
(the source of the prompt).
git difftool -y
I have
.gitconfig
set up to use the Meld tool:which I can launch with the
$ git difftool
command with no issues.I used to be able to do the same with this package and the
Git Diff Tool Current File
andGit Diff Tool All
commands. After re-installing Sublime Text 3, when I attempt to do either of those two actions, the window at the bottom of Sublime appears, asking:I can't input any text here, and furthermore I didn't need to before. If I try
Git Diff Current file
it opens a new tab with:I can translate that if you need me to, it looks like the arguments to Meld aren't being passed properly. I'm running Meld 3.14.2 BTW. This is my default config file, I have no User configs: