From 3f7ec3f3b801f33ca8b2bc436d8f047cdf57b4f0 Mon Sep 17 00:00:00 2001 From: Jesse Duffield Date: Sat, 28 Mar 2020 11:22:11 +1100 Subject: load reflog commits in two stages to speed up startup time --- pkg/gui/branches_panel.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'pkg/gui/branches_panel.go') diff --git a/pkg/gui/branches_panel.go b/pkg/gui/branches_panel.go index 330329fd0..45b86a546 100644 --- a/pkg/gui/branches_panel.go +++ b/pkg/gui/branches_panel.go @@ -64,6 +64,8 @@ func (gui *Gui) refreshBranches() { if gui.getBranchesView().Context == "local-branches" { gui.renderLocalBranchesWithSelection() } + + gui.refreshStatus() } func (gui *Gui) renderLocalBranchesWithSelection() error { -- cgit v1.2.3