On Sat, Jan 17, 2009 at 11:47 AM, enso <a.calhoon@xxxxxxxxx> wrote: > > > > Ping Yin wrote: >> >> Thanks. With GIT_PAGER="" it works now. >> > > Personally, I didn't like having to screw around with environment variables > directly to get vimdiff to work. So I did the following: > > 1) Made a simple diff script gitvimdiff.sh: > > #!/bin/env sh > vimdiff "$2" "$5" > > 2) git config --global diff.external ~/path/to/gitvimdiff.sh > 3) git config --global pager.diff "" > I am not aware of these configurations, thanks. What i current do is to use an alias to use vimdiff for diff -- 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