mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-05-17 22:32:58 +02:00
- Remove REBASE_MODE_NORMAL. It is not the "normal" mode anyway, rather a legacy mode; we have removed support for it in eb0f7e3d02, so there's no point in representing it in the enum. - Remove distinction between REBASE_MODE_REBASING and REBASE_MODE_INTERACTIVE; these are the same now. - Rename StatusCommands.IsInInteractiveRebase to IsInRebase. - Remove StatusCommands.RebaseMode; use StatusCommands.IsInRebase instead.