Re: [RFC PATCH] color: respect the $NO_COLOR convention

2018-03-01 Thread Leah Neukirchen
Junio C Hamano writes: > Leah Neukirchen writes: > >> NO_COLOR (http://no-color.org/) is a comprehensive approach to disable >> colors by default for all tools: > > The list of software that supports that "convention" is, eh, > respectable. Is it really a &

[RFC PATCH] color: respect the $NO_COLOR convention

2018-03-01 Thread Leah Neukirchen
I color added > should check for the presence of a NO_COLOR environment variable that, > when present (regardless of its value), prevents the addition of ANSI > color. Signed-off-by: Leah Neukirchen --- This is a first stab at implementing NO_COLOR for git, effectively making it then behave l

Re: --interactive mode: readline support ⌨⬆

2017-07-20 Thread Leah Neukirchen
Marcel Partap writes: > Dear git devs, > wouldn't it be great to have the power of readline added to the power > of git interactive commands? Yes, rlwrap will do the job, but still. > Or am I missing something obvious? Am using debian's 2.11.0-2 ... Just use "rlwr