Re: External Diff Tool

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi,

On Thu, 30 Jul 2009, Eric Stegemoller wrote:

> Bert Wesarg wrote:
> > On Wed, Jul 29, 2009 at 22:16, Eric Stegemoller<estegemoller@xxxxxxxxxxx>
> > wrote:
> >   
> > > Hello,
> > >
> > >  git config --global diff.tool TestTool
> > >  git config --global difftool.TestTool.cmd ""c:/TestTool/test.exe"
> > >  "$LOCAL"
> > >     
> > Try with quoting the " inside the config value:
> >
> >   git config --global difftool.TestTool.cmd "\"c:/TestTool/test.exe\"
> > \"$LOCAL\" \"$REMOTE\""
> >   Bert
> >   
> Thanks, but this did not solve it. Interestingly, I have captured the 
> command line that is sent out by GIT and it is calling the correct 
> program but not adding anything to the command line. So, nothing is 
> there. Seeing this I have been experimenting around with the parameters 
> and I still it is calling the correct program but sending a blank 
> command line. Any suggestions on how to pursue this?

First thing I'd do is to call it with GIT_TRACE=1.  If that does not help, 
I would modify the source to see what is happening.

I see that you're on Windows, and I could imagine this to be a 
Windows-specific problem.

Ciao,
Dscho

--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Linux Kernel Development]     [Gcc Help]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [V4L]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]     [Fedora Users]