Marcus Comstedt (ACROSS) (Hail Ilpalazzo!) @ Pike (-) developers forum wrote:
How do you do it? I could not find any "git cp" command.
The only thing needed would be the following entry in your .gitconfig or /etc/gitconfig or in the repository .git/config:
[diff] renames = copies
If you don't have that, the rename/copy support might be less than expected.