jesseduffield.lazygit/pkg/integration/tests/interactive_rebase
Sean 9d68b287db Split commit message panel into commit summary and commit description panel
When we use the one panel for the entire commit message, its tricky to have a keybinding both for adding a newline and submitting.
By having two panels: one for the summary line and one for the description, we allow for 'enter' to submit the message when done from the summary panel,
and 'enter' to add a newline when done from the description panel. Alt-enter, for those who can use that key combo, also works for submitting the message
from the description panel. For those who can't use that key combo, and don't want to remap the keybinding, they can hit tab to go back to the summary panel
and then 'enter' to submit the message.

We have some awkwardness in that both contexts (i.e. panels) need to appear and disappear in tandem and we don't have a great way of handling that concept,
so we just push both contexts one after the other, and likewise remove both contexts when we escape.
2023-04-30 13:19:53 +10:00
..
advanced_interactive_rebase.go test: check focus on commits after performing an advanced rebase 2023-04-15 11:01:55 +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.go migrate interactive rebase integration tests 2023-02-22 19:36:31 +11:00
move_in_rebase.go cleanup integration test code 2023-02-26 12:54:13 +11:00
rebase.go cleanup integration test code 2023-02-26 12:54:13 +11:00
reword_first_commit.go Split commit message panel into commit summary and commit description panel 2023-04-30 13:19:53 +10:00
reword_last_commit.go Split commit message panel into commit summary and commit description panel 2023-04-30 13:19:53 +10:00
reword_you_are_here_commit.go Split commit message panel into commit summary and commit description panel 2023-04-30 13:19:53 +10: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
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