Re: [PATCH v3] scripts/dtc: dtx_diff - add color output support

From: Rob Herring
Date: Mon Nov 04 2019 - 10:02:28 EST


On Fri, Oct 25, 2019 at 11:22:15AM +0200, Geert Uytterhoeven wrote:
> Add new -c/--color options, to enhance the diff output with color, and
> improve the user's experience.
>
> Signed-off-by: Geert Uytterhoeven <geert+renesas@xxxxxxxxx>
> Reviewed-by: Frank Rowand <frank.rowand@xxxxxxxx>
> Tested-by: Frank Rowand <frank.rowand@xxxxxxxx>
> ---
> v3:
> - Add Reviewed-by, Tested-by,
>
> v2:
> - Document that -c/--color requires a diff command with color support,
> - Ignore -c/--color if diff command lacks color support.
> ---
> scripts/dtc/dtx_diff | 12 +++++++++++-
> 1 file changed, 11 insertions(+), 1 deletion(-)

Applied, thanks.

Rob