jesseduffield.lazygit/pkg/integration/tests/stash
Chris McDonnell 265557afa2 Add unambigious refs/ prefix to all stash references
Pretty basic fix, didn't seem to have any complications.
I only added the refs/ prefix to the FullRefName() method
to align with other similar methods, and to make this change
not impact any user facing modals.

Fixes: https://github.com/jesseduffield/lazygit/issues/4634

Also adds a test demonstrating that the stash show behavior is now fixed
2025-06-15 16:14:59 +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 feat: Implement range stash drop 2025-04-02 17:34:35 +08: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 Use sentence case everywhere 2023-05-25 23:52:19 +10:00
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 Always render diffs to the main/secondary context pair, even for files 2025-04-21 18:03:18 +02:00
stash_unstaged.go Add a root item ("/") if files at top level have changed 2025-03-21 08:04:58 +01:00