1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-07-30 03:23:08 +03:00

more efficient refreshing of rebase commits

This commit is contained in:
Jesse Duffield
2020-08-27 20:50:30 +10:00
parent f99d5f74d4
commit 40bec49de8
5 changed files with 74 additions and 34 deletions

View File

@ -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