Re: [PATCH 67/83] builtin/apply: make build_fake_ancestor() return -1 on error

2016-05-03 Thread Christian Couder
On Mon, May 2, 2016 at 9:32 AM, Eric Sunshine wrote: > On Sun, Apr 24, 2016 at 9:34 AM, Christian Couder > wrote: >> Signed-off-by: Christian Couder >> --- >> diff --git a/builtin/apply.c b/builtin/apply.c >> @@

Re: [PATCH 67/83] builtin/apply: make build_fake_ancestor() return -1 on error

2016-05-02 Thread Eric Sunshine
On Sun, Apr 24, 2016 at 9:34 AM, Christian Couder wrote: > Signed-off-by: Christian Couder > --- > diff --git a/builtin/apply.c b/builtin/apply.c > @@ -3913,31 +3913,34 @@ static void build_fake_ancestor(struct patch *list, > const char

[PATCH 67/83] builtin/apply: make build_fake_ancestor() return -1 on error

2016-04-24 Thread Christian Couder
Signed-off-by: Christian Couder --- builtin/apply.c | 28 1 file changed, 16 insertions(+), 12 deletions(-) diff --git a/builtin/apply.c b/builtin/apply.c index 8b7a8e0..69bb94c 100644 --- a/builtin/apply.c +++ b/builtin/apply.c @@ -3891,7