On Sat, Dec 17, 2016 at 03:55:26PM +0100, Christian Couder wrote: > 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. (*) guiltily admit that I only skimmed through tests, not giving them as much attention as I should have -- Duy