Re: [RFC/PATCH 04/48] builtin/apply: extract line_by_line_fuzzy_match() from match_fragment()

2016-03-10 Thread Christian Couder
On Wed, Mar 9, 2016 at 11:55 PM, Stefan Beller wrote: > On Wed, Mar 9, 2016 at 9:48 AM, Christian Couder > wrote: > > Some words in the commit message would be nice here as this is one of > the patches, > which isn't "obviously" a good thing to to.

Re: [RFC/PATCH 04/48] builtin/apply: extract line_by_line_fuzzy_match() from match_fragment()

2016-03-09 Thread Stefan Beller
On Wed, Mar 9, 2016 at 9:48 AM, Christian Couder wrote: Some words in the commit message would be nice here as this is one of the patches, which isn't "obviously" a good thing to to. This comment also applies to "builtin/apply: introduce 'struct apply_state' to start

[RFC/PATCH 04/48] builtin/apply: extract line_by_line_fuzzy_match() from match_fragment()

2016-03-09 Thread Christian Couder
Signed-off-by: Christian Couder --- builtin/apply.c | 125 1 file changed, 71 insertions(+), 54 deletions(-) diff --git a/builtin/apply.c b/builtin/apply.c index c99c859..7d7a8ab 100644 --- a/builtin/apply.c +++