summaryrefslogtreecommitdiffstats
path: root/pkg/gui/gui.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/gui/gui.go')
-rw-r--r--pkg/gui/gui.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkg/gui/gui.go b/pkg/gui/gui.go
index e0ab0c724..aa7a72d0a 100644
--- a/pkg/gui/gui.go
+++ b/pkg/gui/gui.go
@@ -188,6 +188,7 @@ type commitFilesPanelState struct {
// this is the SHA of the commit or the stash index of the stash.
// Not sure if ref is actually the right word here
refName string
+ isStash bool // true if we're dealing with a stash entry rather than a commit
}
type panelStates struct {