On Thu, Dec 22, 2016 at 2:35 PM, Daniel Chumak <chumak.daniel.dev@xxxxxxxxx> wrote: > Is there a reason why there is no '--no-edit' option for git rebase? Nobody added it so far. > I would > like to use this option after editing a commit and continuing the current > interactive rebase without having to change the commit message. > You're welcome to write a patch for it. :) On the other hand you could just use EDITOR=true git rebase --continue