Nikita Orlov <fatemail@xxxxxxx> writes: >>On Sun, 30 Apr 2017, 1:56 +03:00 from Kevin Daudt <me@xxxxxxxxx>: >>Not sure if this is the case here, but it at least confirms that rebase >>--preserve-merges was not meant to reorder commits. >> >>See [this][1] thread for more background on this limitation. >> >>[0]: https://git-scm.com/docs/git-rebase#_bugs >>[1]: https://public-inbox.org/git/1mtveu4.19lvgi1c0hmhaM%25lists@xxxxxxxxxxxxxxxx/ > > This is it. As I understand git-rebase--helper is an attempt to fix the bug. > But it's still in development, isn't it? The impression I have been getting is that "rebase -p" was abandoned by its author, and the recent rebase--helper work is solely for re-implementing the performance sensitive part of "-i" (interactive).