mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-04-27 12:32:37 +02:00
I noticed that `$GIT_SEQUENCE_EDITOR` is overridden in `PrepareInteractiveRebaseCommand` but not in `runSkipEditorCommand`. Before this change, some commands such as `SquashAllAboveFixupCommits` would not work when a different sequence editor, e.g. [git-interactive-rebase-tool](https://github.com/MitMaro/git-interactive-rebase-tool) is configured.