Marcus Comstedt (ACROSS) (Hail Ilpalazzo!) @ Pike (-) developers forum wrote:
Does git handle renames with history?
If the whole file is renamed or moved in one commit, yes, always. If you delete the file first, then commit, then resurrect it in another place, then commit, no. If you move the file, alter the content, then commit, most of the time git gets it right.