jesseduffield.lazygit/pkg/gui/controllers/helpers
Jesse Duffield e588355f57 Add mutex for refreshing branches
We had a race condition due to refreshing branches in two different places, one which refreshed reflog commits
beforehand. The race condition meant that upon load we wouldn't see recency values (provided by the reflog commits)
against the branches
2023-07-09 20:57:18 +10:00
..
amend_helper.go
app_status_helper.go
bisect_helper.go
cherry_pick_helper.go
commits_helper.go
confirmation_helper.go
credentials_helper.go
diff_helper.go
files_helper.go
gpg_helper.go
helpers.go
host_helper.go
merge_and_rebase_helper.go
merge_conflicts_helper.go
mode_helper.go
patch_building_helper.go
record_directory_helper.go
refresh_helper.go Add mutex for refreshing branches 2023-07-09 20:57:18 +10:00
refs_helper.go
repos_helper.go
search_helper.go
snake_helper.go
staging_helper.go
suggestions_helper.go Support authors and tags in custom command suggestions preset 2023-06-07 10:18:01 +10:00
tags_helper.go
update_helper.go appease linter 2023-04-30 13:19:53 +10:00
upstream_helper.go
upstream_helper_test.go
view_helper.go
window_arrangement_helper.go
window_helper.go
working_tree_helper.go