Heya, On Wed, Apr 14, 2010 at 13:18, Jens Otten <j.otten@xxxxxxxxxxxxx> wrote: > is there a way to solve this problem? Yes, put this script in your path (and make it executable): cat > git-meld << EOF #!/bin/sh GIT_EXTERNAL_DIFF='git-diff-to-meld-redirect' git diff "$@" EOF -- Cheers, Sverre Rabbelier -- 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