Re: Git remote helper's fast export options

2018-02-02 Thread Mark Nauwelaerts
On 01/02/18 00:14, Hareesh Rajan wrote: Hi, I use git remote helper to export/import repository content. Git internally uses fast-export command and it seems like the options to detect move and copy (-M/-C) are not being used. Logging this issue requesting a fix to the remote helper to generate

Re: Git remote helper's fast export options

2018-01-31 Thread Hareesh Rajan
Hi, I use git remote helper to export/import repository content. Git internally uses fast-export command and it seems like the options to detect move and copy (-M/-C) are not being used. Logging this issue requesting a fix to the remote helper to generate rename and copy commands in the output