summaryrefslogtreecommitdiffstats
path: root/pkg/gui/rebase_options_panel.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/gui/rebase_options_panel.go')
-rw-r--r--pkg/gui/rebase_options_panel.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkg/gui/rebase_options_panel.go b/pkg/gui/rebase_options_panel.go
index e3e8ab621..a9e7d9317 100644
--- a/pkg/gui/rebase_options_panel.go
+++ b/pkg/gui/rebase_options_panel.go
@@ -59,6 +59,8 @@ func (gui *Gui) genericMergeCommand(command string) error {
commandType = "merge"
case enums.REBASE_MODE_REBASING:
commandType = "rebase"
+ default:
+ // shouldn't be possible to land here
}
// we should end up with a command like 'git merge --continue'