jesseduffield.lazygit/pkg/integration/tests/cherry_pick
Stefan Haller 7a2d1ab544 Clear cherry-pick buffer when copying after a paste
After a successful paste DidPaste is true, hiding the "X commits copied"
indicator but leaving the buffer populated. From the user's perspective
this looks like a clean slate, so a new shift+C should start fresh. It is
important to reset DidPaste first, before populating the buffer with the new
commits, because otherwise each loop iteration would overwrite the previous one
since Add() rebuilds the set via SelectedHashSet() which returns empty while
DidPaste is set.
2026-05-09 14:02:42 +02:00
..
cherry_pick.go Move LocalBranchSortOrder and RemoteBranchSortOrder to user config 2025-07-09 13:15:03 +02:00
cherry_pick_commit_that_becomes_empty.go Add tests 2025-10-14 12:27:32 +02:00
cherry_pick_conflicts.go Move LocalBranchSortOrder and RemoteBranchSortOrder to user config 2025-07-09 13:15:03 +02:00
cherry_pick_conflicts_empty_commit_after_resolving.go Add tests 2025-10-14 12:27:32 +02:00
cherry_pick_during_rebase.go Un-deprecate UserConfig.Git.Log.Order and ShowGraph 2025-07-09 13:15:03 +02:00
cherry_pick_merge.go Use more widely-supported Unicode symbols for the commit graph 2026-05-04 13:06:29 +02:00
cherry_pick_range.go Move LocalBranchSortOrder and RemoteBranchSortOrder to user config 2025-07-09 13:15:03 +02:00
cherry_pick_range_after_paste.go Clear cherry-pick buffer when copying after a paste 2026-05-09 14:02:42 +02:00