On Mon, Dec 19, 2016 at 1:02 PM, Duy Nguyen [off-list ref] wrote:
On Sat, Dec 17, 2016 at 03:55:26PM +0100, Christian Couder wrote:
quoted
Goal
~~~~
We want to make it possible to use the split-index feature
automatically by just setting a new "core.splitIndex" configuration
variable to true.
This can be valuable as split-index can help significantly speed up
`git rebase` especially along with the work to libify `git apply`
that has been merged to master
(see https://github.com/git/git/commit/81358dc238372793b1590efa149cc1581d1fbd98)
and is now in v2.11.
I've read through the series (*) and I think it looks good, just a few
minor comments here and there.
Thanks for your review.
I think I addressed all the minor points left in the v3 and the emails
I just sent.
(*) guiltily admit that I only skimmed through tests, not giving them
as much attention as I should have