jesseduffield.lazygit/pkg/integration/tests/stash
Stefan Haller bf419abb8e Fix dropping a range of stashes in filtered mode
To fix the problem described in the previous commit, iterate backwards over the
stashes that we want to delete. This allows us to use their Index field.
2025-08-25 18:41:06 +02:00
..
apply.go Add unambigious refs/ prefix to all stash references 2025-06-15 16:14:59 +02:00
apply_patch.go Add a root item ("/") if files at top level have changed 2025-03-21 08:04:58 +01:00
create_branch.go Add unambigious refs/ prefix to all stash references 2025-06-15 16:14:59 +02:00
drop.go Add unambigious refs/ prefix to all stash references 2025-06-15 16:14:59 +02:00
drop_multiple.go Cleanup: remove unnecessary ToggleRangeSelect 2025-08-25 14:58:48 +02:00
drop_multiple_in_filtered_mode.go Fix dropping a range of stashes in filtered mode 2025-08-25 18:41:06 +02:00
filter_by_path.go Make stash filtering work when filtering on a folder 2025-07-27 12:03:06 +02:00
pop.go Add unambigious refs/ prefix to all stash references 2025-06-15 16:14:59 +02:00
prevent_discarding_file_changes.go Allow discarding changes only from local commits 2023-06-07 12:48:56 +02:00
rename.go Add unambigious refs/ prefix to all stash references 2025-06-15 16:14:59 +02:00
show_with_branch_named_stash.go Add unambigious refs/ prefix to all stash references 2025-06-15 16:14:59 +02:00
stash.go Add unambigious refs/ prefix to all stash references 2025-06-15 16:14:59 +02:00
stash_all.go
stash_and_keep_index.go Add a root item ("/") if files at top level have changed 2025-03-21 08:04:58 +01:00
stash_including_untracked_files.go Add a root item ("/") if files at top level have changed 2025-03-21 08:04:58 +01:00
stash_staged.go Add a root item ("/") if files at top level have changed 2025-03-21 08:04:58 +01:00
stash_staged_partial_file.go Enable hunk staging mode by default 2025-08-01 10:35:16 +02:00
stash_unstaged.go Add a root item ("/") if files at top level have changed 2025-03-21 08:04:58 +01:00