1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-11-23 16:22:24 +03:00

Add hash field to models.StashEntry

This commit is contained in:
Stefan Haller
2025-08-25 13:49:34 +02:00
parent 61d5b1646d
commit ee81a8e3c2
3 changed files with 14 additions and 5 deletions

View File

@@ -7,6 +7,7 @@ type StashEntry struct {
Index int
Recency string
Name string
Hash string
}
func (s *StashEntry) FullRefName() string {