Stephen R. van den Berg wrote:
Stephen R. van den Berg wrote:
Marcus Comstedt (ACROSS) (Hail Ilpalazzo!) @ Pike (-) developers forum wrote: There should be a similar difference between
That should have read:
git blame README-CVS git blame --find-copies-harder README-CVS
It turns out that git blame doesn't understand the --find-copies-harder option (yet), but does understand the equivalent -C -C (which git diff and show understand as well).
git blame -C -C README-CVS
will allow git to traverse back through copy-modify-commit history.