jesseduffield.lazygit/pkg/integration/tests/cherry_pick
Stefan Haller 4b35434eba 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.
2025-04-20 15:59:48 +02:00
..
cherry_pick.go Add number of commits to cherry-pick confirmation prompt 2025-01-08 21:08:42 -08:00
cherry_pick_conflicts.go Use "git cherry-pick" for implementing copy/paste of commits 2025-04-20 15:59:48 +02:00
cherry_pick_during_rebase.go Use "git cherry-pick" for implementing copy/paste of commits 2025-04-20 15:59:48 +02:00
cherry_pick_range.go Add number of commits to cherry-pick confirmation prompt 2025-01-08 21:08:42 -08:00