mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-05-11 12:25:47 +02:00
feat(subcommits): load unlimited sub-commits
This commit is contained in:
parent
f2aa7e7e28
commit
a624e0457f
8 changed files with 71 additions and 9 deletions
|
@ -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{},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue