On Tue, 16 Oct 2007, Jan Hudec wrote: > > Kompare (KDE analog of meld) can. It is even bound to text/x-diff in > konqueror, so opening patches with konqueror yields side-by-side diff view. > On the other hand it still keeps a unixy behaviour: > git diff | kompare - > works. Side note: I think kompare is beautiful, but kompare does one thing totally wrong: it seems to think that you only want to look at the diff fragments one file at a time. That's totally bogus. My trivial four-liner shell script does this better than kompare does - as does "gitk" in the diff view window. The fact is, quite often you have diffs that are lots of small changes to tons of files, and the kompare interface is totally ludicrous and useless. It would be *much* nicer to literally show them as one long flowing diff. And yes, it will depend on circumstances, but I can't seem to even find the config option to not do that. As a result, you have to click through all the files manually (even the "Next file" thing is grayed out when I do the "git diff | kompare -", so I can't even use the keyboard shortcut to go to the next file). So I have to say, after playing with it, my shell-script "viewdiff" is actually infinitely better than "kompare -" is, at least for my workflow. Linus - 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