On Tue, Jun 3, 2008 at 12:24 AM, Peter Karlsson <peter@xxxxxxxxxxxxxxxx> wrote: > Hi! > > As I continue to introduce Git at my workplace, I got the question on > how to integrate external diff tools with Git. I figured out a way to > get it to work with the command-line "git-diff", by setting > GIT_EXTERNAL_DIFF and hacking together a small batch file (yeah, this > is on Windows) that opens the diff in the viewer. For myself, I would > like to use tkdiff, whereas the rest of the team is used to another > side-by-side diff viewer. Have you taken a look at ugit? http://repo.or.cz/w/ugit.git (requires the latest GitPython http://gitorious.org/projects/git-python/) It can launch external diff tools. It also has a very fine diff gui. You can either select the entire diff hunk or, if you need to be more precise, drill down to specific lines from a diff. If the built-in diff selection doesn't suffice just right-click in the modified files section where there's an option to send the diff to a diff editor. You can define that to be tkdiff, xxdiff, etc. -- 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