On Sun, May 17, 2009 at 10:01:02PM -0700, Nick Welch wrote: > > According to the git-difftool manpage, what I'm trying to do > should work: > > Instead of running one of the known diff tools, > git-difftool can be customized to run an alternative > program by specifying the command line to invoke in a > configuration variable difftool.<tool>.cmd. Custom difftool.<tool>.cmd settings only work for custom (i.e. alternative/non-built-in) tools. If you rename that to something like "myvimdiff" (or anything != "vimdiff") then it'll work as expected. I wouldn't be opposed to a patch making {diff,merge}tool.<tool>.cmd work for built-in tools as well as long as it had a testcase and didn't end up making the code unnecessarily complex. -- David -- 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