git-difftool: detect and handle renamed files
commitd7a1b863c0406a124806a7d7fe963543967e9e7e
authorDavid Aguilar <davvid@gmail.com>
Sat, 11 Oct 2008 09:15:01 +0000 (11 02:15 -0700)
committerDavid Aguilar <davvid@gmail.com>
Sat, 11 Oct 2008 09:15:01 +0000 (11 02:15 -0700)
tree5403cb877dce9d15a3bcc4ebf74ae2b9000ed3a6
parent0fa13051677b045f7400630e5354698caeef921f
git-difftool: detect and handle renamed files

git difftool --start=<rev> --end=<rev> -- <filename> would not show
the correct diff for renamed files.  With this change it now follows renames
and shows the correct diffs.

Signed-off-by: David Aguilar <davvid@gmail.com>
bin/git-difftool