mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-07-31 14:24:25 +03:00
Show confirmation menu when trying to amend changes while there are conflicts
This commit is contained in:
@ -83,6 +83,9 @@ var tests = []*components.IntegrationTest{
|
||||
commit.AddCoAuthorRange,
|
||||
commit.AddCoAuthorWhileCommitting,
|
||||
commit.Amend,
|
||||
commit.AmendWhenThereAreConflictsAndAmend,
|
||||
commit.AmendWhenThereAreConflictsAndCancel,
|
||||
commit.AmendWhenThereAreConflictsAndContinue,
|
||||
commit.AutoWrapMessage,
|
||||
commit.Checkout,
|
||||
commit.Commit,
|
||||
|
Reference in New Issue
Block a user