1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-07-03 00:57:52 +02:00
Commit Graph

6 Commits

Author SHA1 Message Date
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
ac335907ae Add ShortRefName to Ref interface 2024-08-28 18:27:52 +02:00
bc330b8ff3 feat: add age on stash lines 2023-12-27 11:21:49 +01:00
61970a4439 fix: fix ambiguous refname 2022-05-13 21:05:51 +09:00
4835fc00b8 introduce Ref interface 2022-04-02 17:04:42 +11:00
ce6f8ed1bc move models folder into commands folder 2020-09-29 20:48:49 +10:00