Re: [PATCH v2 0/9] The final building block for a faster rebase -i

2017-04-25 Thread Junio C Hamano
Johannes Schindelin writes: > This patch series reimplements the expensive pre- and post-processing of > the todo script in C. > > And it concludes the work I did to accelerate rebase -i. I noticed (this is merely "I felt"; I didn't measure) that recent "rebase -i" sessions I do on a Linux box i

[PATCH v2 0/9] The final building block for a faster rebase -i

2017-04-25 Thread Johannes Schindelin
This patch series reimplements the expensive pre- and post-processing of the todo script in C. And it concludes the work I did to accelerate rebase -i. Changes since v1: - rebased to the current `master` (which advanced quite a bit since v1 was sent to the list on September 2nd, 2016) - downc