jesseduffield.lazygit/pkg/integration/tests/commit
Jesse Duffield 0cd5257523 Retain commit message when cycling history
When cycling history, we want to make it so that upon returning to the original prompt, you get your text back.
Importantly, we don't want to use the existing preservedMessage field for that because that's only for preserving
a NEW commit message, and we don't want the history stuff of the commit reword flow to overwrite that.
2023-04-30 12:17:34 +10:00
..
amend.go Add integration test for amending from the files panel 2023-04-01 08:16:15 +02:00
commit.go improved commit test 2023-02-20 18:20:23 +11:00
commit_multiline.go Split commit message panel into commit summary and commit description panel 2023-04-30 12:17:34 +10:00
create_tag.go add create tag from commit test 2023-02-20 19:01:08 +11:00
discard_old_file_change.go migrate discard old file change test 2022-12-28 13:01:32 +11:00
history.go Retain commit message when cycling history 2023-04-30 12:17:34 +10:00
history_complex.go Retain commit message when cycling history 2023-04-30 12:17:34 +10:00
new_branch.go move popup assertions into a struct 2022-12-28 11:00:22 +11:00
reset_author.go migrate more tests 2023-02-22 21:57:32 +11:00
revert.go move popup assertions into a struct 2022-12-28 11:00:22 +11:00
revert_merge.go migrate revert merge test 2023-02-19 15:48:09 +11:00
reword.go Split commit message panel into commit summary and commit description panel 2023-04-30 12:17:34 +10:00
search.go migrate more tests 2023-02-22 21:57:32 +11:00
set_author.go migrate more tests 2023-02-22 21:57:32 +11:00
stage_range_of_lines.go Select next stageable line correctly after staging a range of lines 2023-02-15 21:29:00 +01:00
staged.go refresh the staging panel on successful commit 2023-03-20 20:13:59 +11:00
staged_without_hooks.go refresh the staging panel on successful commit 2023-03-20 20:13:59 +11:00
unstaged.go Make SelectedLine/SelectedLineIdx work in staging/stagingSecondary views 2023-02-15 21:22:11 +01:00