jesseduffield.lazygit/pkg/integration/tests/stash
Stefan Haller 1f42c8a387 Allow discarding changes only from local commits
We use CommitFilesController also for the files of commits that we show
elsewhere, e.g. for branch commits, tags, or stashes. It doesn't make sense to
discard changes from those (for stashes it might be possible to implement it
somehow, but that would be a new feature), so we disallow it unless we are in
the local commits panel.
2023-06-07 12:48:56 +02:00
..
apply.go Construct arg vector manually rather than parse string 2023-05-23 19:49:19 +10:00
apply_patch.go Use sentence case everywhere 2023-05-25 23:52:19 +10:00
create_branch.go Use sentence case everywhere 2023-05-25 23:52:19 +10:00
drop.go Construct arg vector manually rather than parse string 2023-05-23 19:49:19 +10:00
pop.go Construct arg vector manually rather than parse string 2023-05-23 19:49:19 +10:00
prevent_discarding_file_changes.go Allow discarding changes only from local commits 2023-06-07 12:48:56 +02:00
rename.go Construct arg vector manually rather than parse string 2023-05-23 19:49:19 +10:00
stash.go Construct arg vector manually rather than parse string 2023-05-23 19:49:19 +10:00
stash_all.go Use sentence case everywhere 2023-05-25 23:52:19 +10:00
stash_and_keep_index.go Use sentence case everywhere 2023-05-25 23:52:19 +10:00
stash_including_untracked_files.go Use sentence case everywhere 2023-05-25 23:52:19 +10:00
stash_staged.go Use sentence case everywhere 2023-05-25 23:52:19 +10:00
stash_unstaged.go Use sentence case everywhere 2023-05-25 23:52:19 +10:00