diff --git a/pkg/commands/rebasing.go b/pkg/commands/rebasing.go index b3ff894fa..ca0b432e2 100644 --- a/pkg/commands/rebasing.go +++ b/pkg/commands/rebasing.go @@ -77,6 +77,8 @@ func (c *GitCommand) PrepareInteractiveRebaseCommand(baseSha string, todo string gitSequenceEditor := ex if todo == "" { gitSequenceEditor = "true" + } else { + c.OSCommand.LogCommand(fmt.Sprintf("Creating TODO file for interactive rebase: \n\n%s", todo), false) } cmd.Env = os.Environ()