Re: [PATCH] diff --check: use colour
From: Junio C Hamano <hidden>
Date: 2016-06-15 22:42:50
Johannes Schindelin [off-list ref] writes:
Reuse the colour handling of the regular diff.
Johannes Schindelin [off-list ref] writes:
Reuse the colour handling of the regular diff. Signed-off-by: Johannes Schindelin <redacted> --- Is it possible that diff_get_color() _never_ returns NULL? Then diff.c can be further cleaned up...
Does anybody actually use "diff --check"? We could lose more code by removing the option altogether ;-) Seriously, this option needs to be documented. Volunteers?