@u24 @ramsey @jamalix @b0rk This was one of my biggest confusions when I first started with git: it IS the same. Recording the fact of the rename is just an illusion provided by the diff mechanism searching for similar text in differently named blobs. See the diff -M option and friends, and config diff.renames et al.