Re: [PATCH 0/4] diff.wsErrorHighlight configuration variable

2016-10-18 Thread Jeff King
On Tue, Oct 04, 2016 at 03:54:45PM -0700, Junio C Hamano wrote: > "git diff" and its family of commands have "--ws-error-highlight" > option to allow whitespace breakages on old and context lines > painted in color.diff.whitespace color, instead of the usual "we > paint breakages only on new lines

[PATCH 0/4] diff.wsErrorHighlight configuration variable

2016-10-04 Thread Junio C Hamano
"git diff" and its family of commands have "--ws-error-highlight" option to allow whitespace breakages on old and context lines painted in color.diff.whitespace color, instead of the usual "we paint breakages only on new lines", but there wasn't a configuration variable that corresponds to it. Thi