Re: Git 2.8.1 - bug in patience diff algorithm when used with --ignore-space-at-eol?

2016-07-09 Thread Johannes Schindelin
Hi, On Sat, 9 Jul 2016, Johannes Schindelin wrote: > On Fri, 8 Jul 2016, Naja Melan wrote: > > > When diffing with --patience and --ignore-space-at-eol, a change that > > adds or removes just one character a the end of a line isn't picked up. > > Confirmed with the current 'master'. I am on it

Re: Git 2.8.1 - bug in patience diff algorithm when used with --ignore-space-at-eol?

2016-07-09 Thread Johannes Schindelin
Hi Naja, On Fri, 8 Jul 2016, Naja Melan wrote: > When diffing with --patience and --ignore-space-at-eol, a change that > adds or removes just one character a the end of a line isn't picked up. Confirmed with the current 'master'. I am on it, building on top of this diff: -- snipsnap -- diff

Git 2.8.1 - bug in patience diff algorithm when used with --ignore-space-at-eol?

2016-07-08 Thread Naja Melan
When diffing with --patience and --ignore-space-at-eol, a change that adds or removes just one character a the end of a line isn't picked up. Other diff algorithms don't suffer from this and patience doesn't if I don't put --ignore-space-at-eol. See the following output for a proof: $ git diff