Re: [PATCH 45/83] builtin/apply: move 'state' init into init_apply_state()

2016-04-27 Thread Christian Couder
On Mon, Apr 25, 2016 at 9:32 AM, Eric Sunshine wrote: > On Sun, Apr 24, 2016 at 9:33 AM, Christian Couder > wrote: >> Signed-off-by: Christian Couder >> --- >> diff --git a/builtin/apply.c b/builtin/apply.c >> @@ -4670,6 +4670,28 @@ static int option_parse_directory(const struct option >> *opt,

Re: [PATCH 45/83] builtin/apply: move 'state' init into init_apply_state()

2016-04-25 Thread Eric Sunshine
On Sun, Apr 24, 2016 at 9:33 AM, Christian Couder wrote: > Signed-off-by: Christian Couder > --- > diff --git a/builtin/apply.c b/builtin/apply.c > @@ -4670,6 +4670,28 @@ static int option_parse_directory(const struct option > *opt, > +static void init_apply_state(struct apply_state *state, cons

[PATCH 45/83] builtin/apply: move 'state' init into init_apply_state()

2016-04-24 Thread Christian Couder
Signed-off-by: Christian Couder --- builtin/apply.c | 41 +++-- 1 file changed, 23 insertions(+), 18 deletions(-) diff --git a/builtin/apply.c b/builtin/apply.c index 8508607..f2dffa9 100644 --- a/builtin/apply.c +++ b/builtin/apply.c @@ -4670,6 +4670,28 @@ st