jesseduffield.lazygit/pkg/integration/tests/interactive_rebase
Stefan Haller c5cd217a65 Allow squashing fixups above the first commit of a repo
This includes amending changes into a given commit, since that's implemented in
terms of the former.
2023-02-20 08:29:43 +01:00
..
amend_first_commit.go Allow squashing fixups above the first commit of a repo 2023-02-20 08:29:43 +01:00
amend_merge.go move popup assertions into a struct 2022-12-28 11:00:22 +11:00
edit_first_commit.go Add integration tests for rebasing to the initial commit 2023-02-20 07:40:05 +01:00
fixup_first_commit.go Better error message for trying to squash or fixup the first commit 2023-02-20 07:40:04 +01:00
fixup_second_commit.go Add integration tests for rebasing to the initial commit 2023-02-20 07:40:05 +01:00
one.go create actions struct 2022-12-28 10:54:38 +11:00
reword_first_commit.go Add integration tests for rebasing to the initial commit 2023-02-20 07:40:05 +01:00
squash_down_first_commit.go Better error message for trying to squash or fixup the first commit 2023-02-20 07:40:04 +01:00
squash_down_second_commit.go Add integration tests for rebasing to the initial commit 2023-02-20 07:40:05 +01:00
squash_fixups_above_first_commit.go Allow squashing fixups above the first commit of a repo 2023-02-20 08:29:43 +01:00