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:
@@ -7,6 +7,7 @@ type StashEntry struct {
|
||||
Index int
|
||||
Recency string
|
||||
Name string
|
||||
Hash string
|
||||
}
|
||||
|
||||
func (s *StashEntry) FullRefName() string {
|
||||
|
||||
Reference in New Issue
Block a user