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 -- 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