Re: [PATCH 47/83] builtin/apply: move applying patches into apply_all_patches()

2016-04-27 Thread Christian Couder
On Tue, Apr 26, 2016 at 12:00 AM, Stefan Beller wrote: > On Sun, Apr 24, 2016 at 6:33 AM, Christian Couder > wrote: >> Signed-off-by: Christian Couder > > Up to this patch, have a > Reviewed-by: Stefan Beller

Re: [PATCH 47/83] builtin/apply: move applying patches into apply_all_patches()

2016-04-25 Thread Stefan Beller
On Sun, Apr 24, 2016 at 6:33 AM, Christian Couder wrote: > Signed-off-by: Christian Couder Up to this patch, have a Reviewed-by: Stefan Beller in case you want to split the series in here (as indicated in the cover

[PATCH 47/83] builtin/apply: move applying patches into apply_all_patches()

2016-04-24 Thread Christian Couder
Signed-off-by: Christian Couder --- builtin/apply.c | 128 ++-- 1 file changed, 69 insertions(+), 59 deletions(-) diff --git a/builtin/apply.c b/builtin/apply.c index 94bf120..787426f 100644 --- a/builtin/apply.c +++