Re: [PATCH v3 00/49] libify apply and use lib in am, part 1

2016-05-24 Thread Christian Couder
On Tue, May 24, 2016 at 10:10 AM, Christian Couder wrote: > > I will send a diff between this version and the 50 first patches of v2 > soon as a reply to this email. Here is the diff: diff --git a/builtin/apply.c b/builtin/apply.c index ec55768..c1c5592 100644 ---

[PATCH v3 00/49] libify apply and use lib in am, part 1

2016-05-24 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.