summaryrefslogtreecommitdiffstats
path: root/pkg/gui/gui.go
diff options
context:
space:
mode:
authorRyooooooga <eial5q265e5@gmail.com>2023-02-10 21:44:15 +0900
committerRyooooooga <eial5q265e5@gmail.com>2023-02-27 15:29:00 +0900
commita624e0457f419f353b57bf5e81955438fa4541fc (patch)
treea2238d4e08fd18901acf1992c480b08952d9bd7a /pkg/gui/gui.go
parentf2aa7e7e284c0634d30fd0c80e5421fb1e0dd13c (diff)
feat(subcommits): load unlimited sub-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 bcc3400e3..3dcf146dc 100644
--- a/pkg/gui/gui.go
+++ b/pkg/gui/gui.go
@@ -380,6 +380,7 @@ func NewGui(
RefreshingStatusMutex: &deadlock.Mutex{},
SyncMutex: &deadlock.Mutex{},
LocalCommitsMutex: &deadlock.Mutex{},
+ SubCommitsMutex: &deadlock.Mutex{},
SubprocessMutex: &deadlock.Mutex{},
PopupMutex: &deadlock.Mutex{},
PtyMutex: &deadlock.Mutex{},