git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* External Diff Tool
@ 2009-07-29 20:16 Eric Stegemoller
  2009-07-29 20:45 ` Bert Wesarg
  0 siblings, 1 reply; 11+ messages in thread
From: Eric Stegemoller @ 2009-07-29 20:16 UTC (permalink / raw)
  To: git

Hello,

First off I am using Git for windows. I am trying to configure git to 
use an external diff tool. I am nearly there. I have it launching the 
correct program when "git difftool testfile.txt" is invoked. However, it 
appears the file paths are not being passed. I suspect I may not be 
using the $LOCAL and $REMOTE variables correctly. Below is how I have 
configured things thus far. Any help or suggestions would be greatly 
appreciated.

  git config --global diff.tool TestTool
  git config --global difftool.TestTool.cmd ""c:/TestTool/test.exe" 
"$LOCAL" "$REMOTE""
  git config --global difftool.prompt false

Thanks,
Eric

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

end of thread, other threads:[~2009-08-05 19:36 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-07-29 20:16 External Diff Tool Eric Stegemoller
2009-07-29 20:45 ` Bert Wesarg
2009-07-30 19:22   ` Eric Stegemoller
2009-07-31 10:18     ` Johannes Schindelin
2009-08-01 11:12     ` David Aguilar
2009-08-04 14:12       ` Eric Stegemoller
2009-08-04 17:02         ` Diffing M$-Word Dr. Lars Hanke
2009-08-04 17:10           ` Matthieu Moy
2009-08-04 17:10           ` John Tapsell
2009-08-04 19:31           ` Johannes Sixt
2009-08-05 19:35             ` Dr. Lars Hanke

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).