Re: git-filehistory (3rd try at detecting renames)
From: Johannes Schindelin <hidden> Date: 2016-06-15 22:42:09
Hi,
On Thu, 20 Oct 2005, David Ho wrote:
Sorry, once again, this calls git-diff-tree once per commit.
How about detecting renames only when the tree does not have an object of
the same name? You could even use the pathspec optimizations to track just
that file through history, and do a git-diff-tree on the last commit
containing that file.
Ciao,
Dscho