1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2024-12-10 11:10:18 +02:00
lazygit/pkg/integration/tests/stash
Stefan Haller 1d96ade0ba Remove StashWithMessage function
It's identical to Stash(), so use that.
2023-07-10 15:09:17 +02:00
..
apply_patch.go Use sentence case everywhere 2023-05-25 23:52:19 +10:00
apply.go Construct arg vector manually rather than parse string 2023-05-23 19:49: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 Remove StashWithMessage function 2023-07-10 15:09:17 +02: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
stash.go Construct arg vector manually rather than parse string 2023-05-23 19:49:19 +10:00