On Mon, Mar 30, 2020 at 8:43 AM Alban Gruin <alban.gruin@xxxxxxxxx> wrote: > When the sequencer is requested to abbreviate commands, it will replace > those that does not have a short form (eg. `noop') by a comment mark. s/does/do/ > `noop' serves no purpose, except when fast-forwarding (ie. by running > `git rebase'). Removing it will break this command when > `rebase.abbreviateCommands' is set to true. > > This changes todo_list_to_strbuf() to check if a command has an actual > short form, and to ignore it if not. Perhaps: s/This changes/Change/ > Signed-off-by: Alban Gruin <alban.gruin@xxxxxxxxx>