summaryrefslogtreecommitdiffstats
path: root/pkg/gui/branches_panel.go
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2020-03-28 11:22:11 +1100
committerJesse Duffield <jessedduffield@gmail.com>2020-03-28 11:59:45 +1100
commit3f7ec3f3b801f33ca8b2bc436d8f047cdf57b4f0 (patch)
tree7d300178ab6d053c867deb2aaac28c0dcbd86cbf /pkg/gui/branches_panel.go
parent19604214d7da76a685085961095c1d7b2ad5f5cb (diff)
load reflog commits in two stages to speed up startup time
Diffstat (limited to 'pkg/gui/branches_panel.go')
-rw-r--r--pkg/gui/branches_panel.go2
1 files changed, 2 insertions, 0 deletions
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 {