Re: [PATCH v13 00/14] libify apply and use lib in am, part 3

2016-09-04 Thread Christian Couder
On Thu, Sep 1, 2016 at 7:48 PM, Junio C Hamano wrote: > Christian Couder writes: > >> Following Stefan's review, it looks like I will need to resend at >> least 02/14, 10/14 and 14/14. >> What do you prefer me to resend: >> 1) all the last 40 or so

Re: [PATCH v13 00/14] libify apply and use lib in am, part 3

2016-09-01 Thread Junio C Hamano
Christian Couder writes: > Following Stefan's review, it looks like I will need to resend at > least 02/14, 10/14 and 14/14. > What do you prefer me to resend: > 1) all the last 40 or so patches > 2) the last 14 patches > 3) only the few patches that changed If this

Re: [PATCH v13 00/14] libify apply and use lib in am, part 3

2016-09-01 Thread Christian Couder
On Thu, Sep 1, 2016 at 12:15 AM, Junio C Hamano wrote: > Christian Couder writes: > >> On Mon, Aug 29, 2016 at 9:04 PM, Junio C Hamano wrote: >>> Christian Couder writes: >>> Highlevel view of

Re: [PATCH v13 00/14] libify apply and use lib in am, part 3

2016-08-31 Thread Junio C Hamano
Christian Couder writes: > On Mon, Aug 29, 2016 at 9:04 PM, Junio C Hamano wrote: >> Christian Couder writes: >> >>> Highlevel view of the patches in the series >>> ~~~ >>> >>>

Re: [PATCH v13 00/14] libify apply and use lib in am, part 3

2016-08-30 Thread Christian Couder
On Mon, Aug 29, 2016 at 9:04 PM, Junio C Hamano wrote: > Christian Couder writes: > >> Highlevel view of the patches in the series >> ~~~ >> >> This is "part 3" of the full patch series. I am resending only

Re: [PATCH v13 00/14] libify apply and use lib in am, part 3

2016-08-29 Thread Junio C Hamano
Junio C Hamano writes: > Christian Couder writes: > >> Highlevel view of the patches in the series >> ~~~ >> >> This is "part 3" of the full patch series. I am resending only the >> last 14 patches of the

Re: [PATCH v13 00/14] libify apply and use lib in am, part 3

2016-08-29 Thread Junio C Hamano
Christian Couder writes: > Highlevel view of the patches in the series > ~~~ > > This is "part 3" of the full patch series. I am resending only the > last 14 patches of the full series as "part 3", because I don't want > to

Re: [PATCH v13 00/14] libify apply and use lib in am, part 3

2016-08-27 Thread Christian Couder
On Sat, Aug 27, 2016 at 8:45 PM, Christian Couder wrote: > > I will send a diff between this version and v12 as a reply to this > email. Here is the diff: diff --git a/apply.c b/apply.c index 7e561a4..5cd037d 100644 --- a/apply.c +++ b/apply.c @@ -3993,12 +3993,21 @@

[PATCH v13 00/14] libify apply and use lib in am, part 3

2016-08-27 Thread Christian Couder
Goal This is a patch series about libifying `git apply` functionality, and using this libified functionality in `git am`, so that no 'git apply' process is spawn anymore. This makes `git am` significantly faster, so `git rebase`, when it uses the am backend, is also significantly faster.