mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-06-27 00:51:18 +02:00
load reflog commits in two stages to speed up startup time
This commit is contained in:
@ -64,6 +64,8 @@ func (gui *Gui) refreshBranches() {
|
||||
if gui.getBranchesView().Context == "local-branches" {
|
||||
gui.renderLocalBranchesWithSelection()
|
||||
}
|
||||
|
||||
gui.refreshStatus()
|
||||
}
|
||||
|
||||
func (gui *Gui) renderLocalBranchesWithSelection() error {
|
||||
|
Reference in New Issue
Block a user