Hi Junio, On Sun, 30 Apr 2017, Junio C Hamano wrote: > * js/rebase-i-final (2017-04-27) 9 commits > - rebase -i: rearrange fixup/squash lines using the rebase--helper > - t3415: test fixup with wrapped oneline > - rebase -i: skip unnecessary picks using the rebase--helper > - rebase -i: check for missing commits in the rebase--helper > - t3404: relax rebase.missingCommitsCheck tests > - rebase -i: also expand/collapse the SHA-1s via the rebase--helper > - rebase -i: do not invent onelines when expanding/collapsing SHA-1s > - rebase -i: remove useless indentation > - rebase -i: generate the script via rebase--helper > > The final batch to "git rebase -i" updates to move more code from > the shell script to C. This is not the final batch, hopefully. It is the last batch of my original work to accelerate rebase -i, and it is a blocker for more work toward making rebase -i a builtin. Once this patch series is in, I plan on doing more work on that front. Ciao, Dscho