summaryrefslogtreecommitdiffstats
path: root/pkg/gui/gui.go
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2020-08-22 18:50:37 +1000
committerJesse Duffield <jessedduffield@gmail.com>2020-08-23 14:29:18 +1000
commit148f601bcbb36772464fa4decdfea10a30e7e2ee (patch)
treeb740fc1bd07d9c4ae0fdf43b7ea60c1c82e7a7c9 /pkg/gui/gui.go
parent43d891b8d68c862da793429e0bdbca9dcabb44b0 (diff)
cleanup now that we're always using the same diff command
Diffstat (limited to 'pkg/gui/gui.go')
-rw-r--r--pkg/gui/gui.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkg/gui/gui.go b/pkg/gui/gui.go
index d7ae574e9..9a24b7dbb 100644
--- a/pkg/gui/gui.go
+++ b/pkg/gui/gui.go
@@ -194,8 +194,8 @@ 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
- refType int // eg REF_TYPE_LOCAL_COMMIT
+ refName string
+ canRebase bool
}
type panelStates struct {