Re: [PATCH v4 00/22] Add configuration options for split-index

2017-03-01 Thread Junio C Hamano
Christian Couder writes: > Highlevel view of the patches in the series > ~~~ > > Except for patch 1/22 and 1/22, there are 3 big steps, one for each > new configuration variable introduced. > > There only small differences between this patch series and the

[PATCH v4 00/22] Add configuration options for split-index

2017-02-27 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