Re: [PATCH v2 00/94] libify apply and use lib in am
From: Christian Couder <hidden>
Date: 2016-06-16 02:19:20
From: Christian Couder <hidden>
Date: 2016-06-16 02:19:20
On Thu, May 12, 2016 at 7:06 PM, Johannes Sixt [off-list ref] wrote:
Am 11.05.2016 um 15:16 schrieb Christian Couder:quoted
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.I'm including this in my build on Windows. It passes the test suite.
Great! Thanks for the report!
I'll also use it in production for a while, although I am not a git-am consumer nor do I use git-rebase without -i, hence, my tests will probably only show that there is no bad fall-out.
Thanks anyway, Christian.