1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-01-06 03:53:59 +02:00
lazygit/pkg/integration/tests/interactive_rebase
Stefan Haller 120dd1530a Make EditRebaseTodo more robust
It used to work on the assumption that rebasing commits in lazygit's model
correspond one-to-one to lines in the git-rebase-todo file, which isn't
necessarily true (e.g. when users use "git rebase --edit-todo" at the custom
command prompt and add a "break" between lines).
2023-04-15 08:36:03 +02:00
..
amend_first_commit.go cleanup integration test code 2023-02-26 12:54:13 +11:00
amend_head_commit_during_rebase.go Allow amending the head commit during interactive rebase 2023-04-01 08:16:15 +02:00
amend_merge.go Allow amending the head commit during interactive rebase 2023-04-01 08:16:15 +02:00
amend_non_head_commit_during_rebase.go Better error message when trying to amend a commit other than head during rebase 2023-04-01 08:16:15 +02:00
drop_todo_commit_with_update_ref.go Make EditRebaseTodo more robust 2023-04-15 08:36:03 +02:00
edit_first_commit.go cleanup integration test code 2023-02-26 12:54:13 +11:00
edit_non_todo_commit_during_rebase.go Better error message when trying to edit or move a non-todo commit during rebase 2023-04-01 08:16:15 +02:00
fixup_first_commit.go cleanup integration test code 2023-02-26 12:54:13 +11:00
fixup_second_commit.go Make integration test more robust 2023-02-27 08:53:06 +01:00
move_in_rebase.go cleanup integration test code 2023-02-26 12:54:13 +11:00
move.go migrate interactive rebase integration tests 2023-02-22 19:36:31 +11:00
rebase.go cleanup integration test code 2023-02-26 12:54:13 +11:00
reword_first_commit.go cleanup integration test code 2023-02-26 12:54:13 +11:00
reword_last_commit.go migrate interactive rebase integration tests 2023-02-22 19:36:31 +11:00
reword_you_are_here_commit_with_editor.go Allow rewording the head commit during interactive rebase 2023-04-01 08:16:15 +02:00
reword_you_are_here_commit.go Allow rewording the head commit during interactive rebase 2023-04-01 08:16:15 +02:00
shared.go cleanup integration test code 2023-02-26 12:54:13 +11:00
squash_down_first_commit.go cleanup integration test code 2023-02-26 12:54:13 +11:00
squash_down_second_commit.go cleanup integration test code 2023-02-26 12:54:13 +11:00
squash_fixups_above_first_commit.go cleanup integration test code 2023-02-26 12:54:13 +11:00
swap_in_rebase_with_conflict.go cleanup integration test code 2023-02-26 12:54:13 +11:00
swap_with_conflict.go migrate interactive rebase integration tests 2023-02-22 19:36:31 +11:00