Re: [PATCH 78/83] Move libified code from builtin/apply.c to apply.{c,h}

2016-05-08 Thread Christian Couder
On Fri, May 6, 2016 at 11:07 PM, Junio C Hamano wrote: > Christian Couder writes: > >> By the way does someone know how such a patch can be applied? > > I think in mid Feb 2015 I sent out a message that says "'diff -B -M' > gives a broken result, do not use it". > I do not have time to dig the ma

Re: [PATCH 78/83] Move libified code from builtin/apply.c to apply.{c,h}

2016-05-06 Thread Junio C Hamano
Christian Couder writes: > By the way does someone know how such a patch can be applied? Perhaps this one? http://thread.gmane.org/gmane.linux.kernel/1879635 -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majord...@vger.kernel.org More major

Re: [PATCH 78/83] Move libified code from builtin/apply.c to apply.{c,h}

2016-05-06 Thread Christian Couder
On Thu, May 5, 2016 at 10:50 AM, Christian Couder wrote: > On Wed, May 4, 2016 at 1:32 PM, Duy Nguyen wrote: >> On Wed, May 4, 2016 at 5:39 PM, Christian Couder >> wrote: >>> >>> Right now I get: >>> git log --summary -M -C -B -1 20f1d27 >>> commit 20f1d274609f5dde2eaaa279e7ee79fd5ef9c849 >

Re: [PATCH 78/83] Move libified code from builtin/apply.c to apply.{c,h}

2016-05-05 Thread Christian Couder
On Wed, May 4, 2016 at 1:32 PM, Duy Nguyen wrote: > On Wed, May 4, 2016 at 5:39 PM, Christian Couder > wrote: >> >> Right now I get: >> >>> git log --summary -M -C -B -1 20f1d27 >> commit 20f1d274609f5dde2eaaa279e7ee79fd5ef9c849 >> Author: Christian Couder >> Date: Fri Apr 22 20:55:46 2016 +02

Re: [PATCH 78/83] Move libified code from builtin/apply.c to apply.{c,h}

2016-05-04 Thread Duy Nguyen
On Wed, May 4, 2016 at 5:39 PM, Christian Couder wrote: > On Mon, Apr 25, 2016 at 3:46 PM, Duy Nguyen wrote: >> On Sun, Apr 24, 2016 at 8:34 PM, Christian Couder >> wrote: >>> Signed-off-by: Christian Couder >>> --- >>> apply.c | 4678 >>> ++

Re: [PATCH 78/83] Move libified code from builtin/apply.c to apply.{c,h}

2016-05-04 Thread Christian Couder
On Mon, Apr 25, 2016 at 3:46 PM, Duy Nguyen wrote: > On Sun, Apr 24, 2016 at 8:34 PM, Christian Couder > wrote: >> Signed-off-by: Christian Couder >> --- >> apply.c | 4678 >> ++- >> apply.h | 19 + >> builtin/apply.c | 4677

Re: [PATCH 78/83] Move libified code from builtin/apply.c to apply.{c,h}

2016-04-25 Thread Duy Nguyen
On Sun, Apr 24, 2016 at 8:34 PM, Christian Couder wrote: > Signed-off-by: Christian Couder > --- > apply.c | 4678 > ++- > apply.h | 19 + > builtin/apply.c | 4677 -- > 3 f