1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-07-30 03:23:08 +03:00

Add custom patch command "Move patch into new commit before the original commit"

This is often useful to extract preparatory refactoring commits from a bigger
one.
This commit is contained in:
Stefan Haller
2025-05-10 18:33:46 +02:00
parent 5321101276
commit f6d13330dd
11 changed files with 244 additions and 6 deletions

View File

@ -48,7 +48,7 @@ var MoveToNewCommit = NewIntegrationTest(NewIntegrationTestArgs{
t.Views().Information().Content(Contains("Building patch"))
t.Common().SelectPatchOption(Contains("Move patch into new commit"))
t.Common().SelectPatchOption(Contains("Move patch into new commit after the original commit"))
t.ExpectPopup().CommitMessagePanel().
InitialText(Equals("")).