summaryrefslogtreecommitdiffstats
path: root/pkg/gui/gui.go
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2020-08-27 20:50:30 +1000
committerJesse Duffield <jessedduffield@gmail.com>2020-08-27 21:51:07 +1000
commit40bec49de8428be4e771f2ded1e8ffecbd0c4fd5 (patch)
treef97d7d748bb2441d867e5b81c3a9a9323dde0aa6 /pkg/gui/gui.go
parentf99d5f74d49109c19f7701005e636a38c9a70fdb (diff)
more efficient refreshing of rebase commits
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 e95ef1e99..858bbef5f 100644
--- a/pkg/gui/gui.go
+++ b/pkg/gui/gui.go
@@ -297,6 +297,7 @@ type guiState struct {
RefreshingFilesMutex sync.Mutex
RefreshingStatusMutex sync.Mutex
FetchMutex sync.Mutex
+ BranchCommitsMutex sync.Mutex
Searching searchingState
ScreenMode int
SideView *gocui.View