When a file name or path changes, git status
doesn't tell me that there is a modified file, it tells me that there is a deleted file and a created file. git diff
shows me all the content of the previous version of the file, and doesn't show me the new content (since it's a new file).
Is it possible to see the changes in a file which name or path has changed?