jesseduffield.lazygit/pkg/gui/controllers/helpers
Stefan Haller 703256e92d Move LocalBranchSortOrder and RemoteBranchSortOrder to user config
At the same time, we change the defaults for both of them to "date" (they were
"recency" and "alphabetical", respectively, before). This is the reason we need
to touch so many integration tests. For some of them I decided to adapt the test
assertions to the changed sort order; for others, I added a SetupConfig step to
set the order back to "recency" so that I don't have to change what the test
does (e.g. how many SelectNextItem() calls are needed to get to a certain
branch).
2025-07-09 13:15:03 +02:00
..
amend_helper.go
app_status_helper.go
bisect_helper.go Change Refresh to not return an error 2025-07-02 16:09:42 +02:00
branches_helper.go Collapse selection after deleting a range of remote branches 2025-07-04 17:20:22 +02:00
cherry_pick_helper.go Adjust selection after cherry-picking commits 2025-07-03 17:04:10 +02:00
commits_helper.go Use ConfirmIf where applicable 2025-07-08 16:41:22 +02:00
commits_helper_test.go
confirmation_helper.go
credentials_helper.go Change Refresh to not return an error 2025-07-02 16:09:42 +02:00
diff_helper.go Move IgnoreWhitespaceInDiffView to user config 2025-07-09 13:15:03 +02:00
files_helper.go Cleanup: remove unused interfaces for helpers 2025-04-08 16:08:25 +02:00
fixup_helper.go Use ConfirmIf where applicable 2025-07-08 16:41:22 +02:00
fixup_helper_test.go
gpg_helper.go Change Refresh to not return an error 2025-07-02 16:09:42 +02:00
helpers.go
host_helper.go Cleanup: remove unused interfaces for helpers 2025-04-08 16:08:25 +02:00
inline_status_helper.go Instantiate other mutexes by value 2025-06-19 18:39:46 +02:00
merge_and_rebase_helper.go Change Refresh to not return an error 2025-07-02 16:09:42 +02:00
merge_conflicts_helper.go
mode_helper.go Change Refresh to not return an error 2025-07-02 16:09:42 +02:00
patch_building_helper.go Add user config to use hunk mode by default when entering staging view 2025-07-04 19:41:40 +02:00
record_directory_helper.go
refresh_helper.go Move LocalBranchSortOrder and RemoteBranchSortOrder to user config 2025-07-09 13:15:03 +02:00
refs_helper.go Add confirmation for hard reset when there are uncommitted changes 2025-07-08 16:41:22 +02:00
repos_helper.go
search_helper.go
snake_helper.go
staging_helper.go Add user config to use hunk mode by default when entering staging view 2025-07-04 19:41:40 +02:00
sub_commits_helper.go Store Commit.Hash by pointer (kept in a pool of hashes) 2025-04-29 14:57:15 +02:00
suggestions_helper.go Cleanup: remove unused interfaces for helpers 2025-04-08 16:08:25 +02:00
tags_helper.go Use ConfirmIf where applicable 2025-07-08 16:41:22 +02:00
update_helper.go
upstream_helper.go Cleanup: remove unused interfaces for helpers 2025-04-08 16:08:25 +02:00
upstream_helper_test.go
view_helper.go
window_arrangement_helper.go Enable revive linter, and fix a bunch of warnings 2025-06-30 19:13:20 +02:00
window_arrangement_helper_test.go
window_helper.go
working_tree_helper.go Change Refresh to not return an error 2025-07-02 16:09:42 +02:00
worktree_helper.go Change Refresh to not return an error 2025-07-02 16:09:42 +02:00