mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-08-06 22:33:07 +02:00
Use "git cherry-pick" for implementing copy/paste of commits
We do this because - it's closer to what you would do on the command line - it simplifies the code a bit - it will allow us to support cherry-picking merge commits.
This commit is contained in:
@ -75,8 +75,8 @@ var CherryPickDuringRebase = NewIntegrationTest(NewIntegrationTestArgs{
|
||||
}).
|
||||
Lines(
|
||||
Contains("pick CI two"),
|
||||
Contains("pick CI three"),
|
||||
Contains(" CI <-- YOU ARE HERE --- one"),
|
||||
Contains(" CI <-- YOU ARE HERE --- three"),
|
||||
Contains(" CI one"),
|
||||
Contains(" CI base"),
|
||||
).
|
||||
Tap(func() {
|
||||
|
Reference in New Issue
Block a user