External Diff Tool

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

 



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
--
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]