Re: [PATCH v14 00/41] libify apply and use lib in am, part 2

2016-09-07 Thread Junio C Hamano
Christian Couder writes: > In patch 29/41 I added some comments in apply.h above the definition > of APPLY_OPT_INACCURATE_EOF and APPLY_OPT_RECOUNT, as suggested by > Stefan. This is the only change compared to v13. OK. > - Patches 33/41 to 37/41 were in v10, v12

Re: [PATCH v14 00/41] libify apply and use lib in am, part 2

2016-09-06 Thread Stefan Beller
On Sun, Sep 4, 2016 at 1:17 PM, Christian Couder wrote: > 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`

[PATCH v14 00/41] libify apply and use lib in am, part 2

2016-09-04 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.