Re: [PATCH v3 00/21] Add configuration options for split-index

2016-12-26 Thread Christian Couder
On Mon, Dec 26, 2016 at 11:22 AM, Christian Couder wrote: > > Highlevel view of the patches in the series > ~~~ > > Except for patch 1/21, there are 3 big steps, one for each new > configuration variable introduced. > > There only a few small differences bet

[PATCH v3 00/21] Add configuration options for split-index

2016-12-26 Thread Christian Couder
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