Incorrect unified diff when run with "--find-copies-harder"

2018-06-24 Thread Daniel Penkin
Hello, I believe I found a bug in how Git represents a diff when invoked with "--find-copies-harder" parameter. Specifically, the unified diff header of a hunk contains an extra piece of text which appears to be a line from the context (i.e. unchanged line), something like this: > git diff

Re: Incorrect unified diff when run with "--find-copies-harder"

2018-06-24 Thread Daniel Penkin
for your time and help. Kind regards, Daniil Penkin вс, 24 июн. 2018 г. в 23:33, Andrei Rybak : > > On 2018-06-24 12:36, Daniel Penkin wrote: > > Hello, > > > > Hi, > > > I believe I found a bug in how Git represents a diff when invoked with > > "--fin