Re: [PATCH 07/10] diff.c: convert fn_out_consume to use emit_line_*

2016-09-12 Thread Stefan Beller
On Mon, Sep 12, 2016 at 5:25 PM, Junio C Hamano wrote: > Stefan Beller writes: > >> diff --git a/diff.c b/diff.c >> index 2aefd0f..7dcef73 100644 >> --- a/diff.c >> +++ b/diff.c >> @@ -493,6 +493,19 @@ static void emit_line(struct diff_options *o, const >> char *set, const char *reset >> e

Re: [PATCH 07/10] diff.c: convert fn_out_consume to use emit_line_*

2016-09-12 Thread Junio C Hamano
Stefan Beller writes: > diff --git a/diff.c b/diff.c > index 2aefd0f..7dcef73 100644 > --- a/diff.c > +++ b/diff.c > @@ -493,6 +493,19 @@ static void emit_line(struct diff_options *o, const char > *set, const char *reset > emit_line_0(o, set, reset, line[0], line+1, len-1); > } > > +sta