Re: [gentoo-dev] [PATCH] git-r3.eclass: Remove SGR control sequences from messages.

2019-12-14 Thread Michał Górny
On Sat, 2019-12-14 at 12:29 +0100, Ulrich Müller wrote: > These prevent NOCOLOR in make.conf or emerge --color=n from working > correctly, and may also be problematic for accessibility. > > Signed-off-by: Ulrich Müller > --- > eclass/git-r3.eclass | 18 +- > 1 file changed, 9 ins

[gentoo-dev] [PATCH] git-r3.eclass: Remove SGR control sequences from messages.

2019-12-14 Thread Ulrich Müller
These prevent NOCOLOR in make.conf or emerge --color=n from working correctly, and may also be problematic for accessibility. Signed-off-by: Ulrich Müller --- eclass/git-r3.eclass | 18 +- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/eclass/git-r3.eclass b/eclass