Re: git difftool and proper path escaping on windows

2015-05-10 Thread Philip Oakley
From: "David Aguilar" On May 8, 2015 10:31:05 AM PDT, Phil Susi wrote: I'm trying to have git difftool run winmerge to compare files, but it seems to be doing something silly with path translation. My first attempt was: git difftool -x /c/Program\ Files\ \(x86\)/WinMerge/WinMergeU.exe To wh

Re: git difftool and proper path escaping on windows

2015-05-10 Thread David Aguilar
On May 8, 2015 10:31:05 AM PDT, Phil Susi wrote: >I'm trying to have git difftool run winmerge to compare files, but it >seems to be doing something silly with path translation. My first >attempt was: > >git difftool -x /c/Program\ Files\ \(x86\)/WinMerge/WinMergeU.exe > >To which it responded: