1
0
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:
Jesse Duffield
2020-03-28 11:22:11 +11:00
parent 19604214d7
commit 3f7ec3f3b8
5 changed files with 61 additions and 17 deletions

View File

@ -64,6 +64,8 @@ func (gui *Gui) refreshBranches() {
if gui.getBranchesView().Context == "local-branches" {
gui.renderLocalBranchesWithSelection()
}
gui.refreshStatus()
}
func (gui *Gui) renderLocalBranchesWithSelection() error {