Re: git blame not respecting --find-copies-harder ?
From: Björn Steinbrink <hidden> Date: 2016-06-15 22:45:04
On 2008.07.30 11:39:03 +0200, Stephen R. van den Berg wrote:
git clone git://git.cuci.nl/pike
Both of this "git blame" commands return the same (erroneous) results
at the end of the files (the last lines are older, and are from the old
README file next to it).
git blame README-CVS
git blame --find-copies-harder README-CVS
git blame doesn't know --find-copies-harder, it's -C -C for blame.
Björn