Basically, just what's in the title, e.g., if my original file says...
Read me!
Lese meg!
¡Leéme!
and I commit a version that says...
Lese meg!
Read me!
¡Leéme!
Is there any version control platform that can recognize that one row has been moved when a diff is done, rather than the following...
+Lese meg!
Read me!
-Lese meg!
¡Leéme!
I've seen that Notepad++ knows how to do this, but can Git or SVN or something else do it?