Re: [PATCH] diff.c: die on unknown color-moved ws mode

2018-10-11 Thread Junio C Hamano
Stefan Beller writes: > Noticed-by: Junio C Hamano > Signed-off-by: Stefan Beller > --- > > >There is no "ignore-any" supported by the feature---I think that >the parser for the option should have noticed and barfed, but it >did not. It merely emitted a message to the standard

Re: [PATCH] diff.c: die on unknown color-moved ws mode

2018-10-11 Thread Stefan Beller
On Thu, Oct 11, 2018 at 3:59 PM Stefan Beller wrote: > - error(_("ignoring unknown color-moved-ws mode '%s'"), > sb.buf); > + die(_("ignoring unknown color-moved-ws mode '%s'"), > sb.buf); s/ignoring// as it was sent in a haste.

[PATCH] diff.c: die on unknown color-moved ws mode

2018-10-11 Thread Stefan Beller
Noticed-by: Junio C Hamano Signed-off-by: Stefan Beller --- There is no "ignore-any" supported by the feature---I think that the parser for the option should have noticed and barfed, but it did not. It merely emitted a message to the standard output and let it scroll away with