git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* difftool sends malformed path to exernal tool on Windows
@ 2014-02-17 22:14 Paul Lotz
  2014-02-21 10:38 ` David Aguilar
  0 siblings, 1 reply; 10+ messages in thread
From: Paul Lotz @ 2014-02-17 22:14 UTC (permalink / raw)
  To: git

From the Git Bash command line, I enter
$ git difftool

and type ‘y’ when the file I want to difference appears.  Git correctly
calls the external diff tool (LVCompare.exe), but the path for the remote
file Git passes to that tool is malformed (e.g.,
C:\/Users/Paul/AppData/Local/Temp/QCpqLa_calcLoadCellExcitation.vi). 
Obviously the \/ (backslash forwardslash) combination is incorrect.

For the record, I have successfully made calls to LVCompare.exe manually
from a Windows command prompt directly (without Git).

The relevant portion of the .gitconfig file is:
[diff]
     tool = "LVCompare"
[difftool "LVCompare"]
     cmd = 'C:/Program Files (x86)/National Instruments/Shared/LabVIEW
Compare/LVCompare.exe' \"$LOCAL\"  \"$REMOTE\"


For the record, the operating system is Windows 8.1.

Paul

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2014-03-16  7:28 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-17 22:14 difftool sends malformed path to exernal tool on Windows Paul Lotz
2014-02-21 10:38 ` David Aguilar
2014-02-24 16:44   ` Paul Lotz
2014-03-03  0:35     ` David Aguilar
2014-03-03 23:24       ` Paul Lotz
2014-03-05  8:25         ` David Aguilar
2014-03-05 22:28           ` Paul Lotz
2014-03-07 16:07           ` Paul Lotz
2014-03-16  7:27             ` David Aguilar
2014-02-28 15:56   ` Paul Lotz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).