mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-12-03 22:59:46 +02:00
better presentation of remotes
This commit is contained in:
@@ -170,9 +170,8 @@ func (c *GitCommand) GetStashEntries() []*StashEntry {
|
||||
|
||||
func stashEntryFromLine(line string, index int) *StashEntry {
|
||||
return &StashEntry{
|
||||
Name: line,
|
||||
Index: index,
|
||||
DisplayString: line,
|
||||
Name: line,
|
||||
Index: index,
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user