Re: [PATCH v2 0/2] Make git rebase work with --rebase-merges and --exec

2018-08-06 Thread Johannes Schindelin
Team, On Mon, 6 Aug 2018, Johannes Schindelin via GitGitGadget wrote: > It was reported via IRC that the exec lines are inserted in the wrong spots > when using --rebase-merges. > > The reason is that we used a simple, incorrect implementation that happened > to work as long as the generated tod

[PATCH v2 0/2] Make git rebase work with --rebase-merges and --exec

2018-08-06 Thread Johannes Schindelin via GitGitGadget
It was reported via IRC that the exec lines are inserted in the wrong spots when using --rebase-merges. The reason is that we used a simple, incorrect implementation that happened to work as long as the generated todo list only contains pick, fixup and squash commands. Which is not the case with-