Re: [PATCH 09/83] builtin/apply: move 'check' global into 'struct apply_state'

2016-04-26 Thread Stefan Beller
On Tue, Apr 26, 2016 at 9:26 AM, Christian Couder wrote: >> >>> /* >>> - * --check turns on checking that the working tree matches the >>> - *files that are being modified, but doesn't apply the patch >> >> Oh I see it was moved from here. Not sure if we want to

Re: [PATCH 09/83] builtin/apply: move 'check' global into 'struct apply_state'

2016-04-26 Thread Christian Couder
On Mon, Apr 25, 2016 at 8:57 PM, Stefan Beller wrote: > On Sun, Apr 24, 2016 at 6:33 AM, Christian Couder > wrote: >> Signed-off-by: Christian Couder >> --- >> builtin/apply.c | 16 +--- >> 1 file changed, 9

Re: [PATCH 09/83] builtin/apply: move 'check' global into 'struct apply_state'

2016-04-25 Thread Stefan Beller
On Sun, Apr 24, 2016 at 6:33 AM, Christian Couder wrote: > Signed-off-by: Christian Couder > --- > builtin/apply.c | 16 +--- > 1 file changed, 9 insertions(+), 7 deletions(-) > > diff --git a/builtin/apply.c b/builtin/apply.c >

[PATCH 09/83] builtin/apply: move 'check' global into 'struct apply_state'

2016-04-24 Thread Christian Couder
Signed-off-by: Christian Couder --- builtin/apply.c | 16 +--- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/builtin/apply.c b/builtin/apply.c index ad81210..6c628f6 100644 --- a/builtin/apply.c +++ b/builtin/apply.c @@ -25,12 +25,15 @@ struct