summaryrefslogtreecommitdiffstats
path: root/pkg/gui/gui.go
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2020-08-21 20:50:54 +1000
committerJesse Duffield <jessedduffield@gmail.com>2020-08-23 14:29:18 +1000
commit59f5f5c1af4ab52f91d8bc6538fb460a21e880a8 (patch)
tree0c9931f2aaad1eaa5f4a6317e3e54bd191c0dc52 /pkg/gui/gui.go
parent1956301b1cdcb6c1a920e395bce8f6fdf19f3cfa (diff)
refactor
Diffstat (limited to 'pkg/gui/gui.go')
-rw-r--r--pkg/gui/gui.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/gui/gui.go b/pkg/gui/gui.go
index aa7a72d0a..1b6446909 100644
--- a/pkg/gui/gui.go
+++ b/pkg/gui/gui.go
@@ -188,7 +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
+ refType int // eg REF_TYPE_LOCAL_COMMIT
}
type panelStates struct {