Re: [PATCH 06/10] diff.c: emit_line_0 can handle no color

2016-09-12 Thread Stefan Beller
On Mon, Sep 12, 2016 at 5:11 PM, Junio C Hamano wrote: > Stefan Beller writes: > >> From: Stefan Beller >> >> --- > > "X can do Y" can be taken as a statement of fact (to which "so > what?" is an appropriate response), a desire (to which "then please > say 'make X do Y' instead" is an appropria

Re: [PATCH 06/10] diff.c: emit_line_0 can handle no color

2016-09-12 Thread Junio C Hamano
Stefan Beller writes: > From: Stefan Beller > > --- "X can do Y" can be taken as a statement of fact (to which "so what?" is an appropriate response), a desire (to which "then please say 'make X do Y' instead" is an appropriate response), or a report of a bug (to which "please explain why X sh

[PATCH 06/10] diff.c: emit_line_0 can handle no color

2016-09-10 Thread Stefan Beller
From: Stefan Beller --- diff.c | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/diff.c b/diff.c index 87b1bb2..2aefd0f 100644 --- a/diff.c +++ b/diff.c @@ -473,11 +473,13 @@ static void emit_line_0(struct diff_options *o, const char *set, const char *res }