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