Re: [PATCH] fast-export: do not copy from modified file

2017-09-21 Thread Juraj Oršulić
Thank you, Jonathan! On Thu, Sep 21, 2017 at 1:55 AM, Jonathan Tan wrote: > When run with the "-C" option, fast-export writes 'C' commands in its > output whenever the internal diff mechanism detects a file copy, > indicating that fast-import should copy the given

[PATCH] fast-export: do not copy from modified file

2017-09-20 Thread Jonathan Tan
When run with the "-C" option, fast-export writes 'C' commands in its output whenever the internal diff mechanism detects a file copy, indicating that fast-import should copy the given existing file to the given new filename. However, the diff mechanism works against the prior version of the file,