Comment 3 for bug 330206

Revision history for this message
Teemu Likonen (dtw) wrote :

And I should have added that "git fast-export" with options "-M", "-C" or "-C -C" uses renaming and copying commands described in the "git fast-import" manual page:

http://www.kernel.org/pub/software/scm/git/docs/git-fast-import.html

(See "filecopy" and "filerename".)