1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-01-10 04:07:18 +02:00
lazygit/pkg/gui/controllers/helpers
2023-10-10 08:37:30 +02:00
..
amend_helper.go Improve prompts when amending commits 2023-09-01 18:55:16 +02:00
app_status_helper.go Add constant for LoaderAnimationInterval 2023-09-20 13:30:49 +02:00
bisect_helper.go
branches_helper.go Allow deleting remote tags/branches from local tag/branch views (#2738) 2023-08-10 17:39:26 +10:00
cherry_pick_helper.go Allow cherry-picking commits during a rebase 2023-09-18 10:50:19 +02:00
commits_helper.go Add key binding for switching from the commit message panel to an editor 2023-08-21 10:03:34 +02:00
confirmation_helper.go Remove unused WithLoaderPanel code 2023-09-20 13:30:49 +02:00
credentials_helper.go
diff_helper.go
files_helper.go use 'suspend' instead of 'editInTerminal' internally 2023-08-09 22:03:58 +10:00
gpg_helper.go
helpers.go Add WithInlineStatus helper function 2023-10-08 18:45:36 +02:00
host_helper.go
inline_status_helper.go Add WithInlineStatus helper function 2023-10-08 18:45:36 +02:00
merge_and_rebase_helper.go Use DisabledReason for rebasing a branch onto itself 2023-09-18 10:20:23 +02:00
merge_conflicts_helper.go
mode_helper.go
patch_building_helper.go Don't pass ignoreWhitespace to git commands 2023-09-04 17:50:49 +02:00
record_directory_helper.go
refresh_helper.go When refreshing models, re-apply active filter for the corresponding view 2023-10-10 08:37:30 +02:00
refs_helper.go Replace whitespace with '-' when renaming a branch 2023-09-05 14:57:18 +01:00
repos_helper.go Remove sync mutex 2023-10-08 18:45:36 +02:00
search_helper.go When refreshing models, re-apply active filter for the corresponding view 2023-10-10 08:37:30 +02:00
snake_helper.go
staging_helper.go Don't pass ignoreWhitespace to git commands 2023-09-04 17:50:49 +02:00
sub_commits_helper.go feat: add jump-to-panel label setting 2023-09-09 09:45:08 +02:00
suggestions_helper.go
tags_helper.go
update_helper.go
upstream_helper_test.go
upstream_helper.go
view_helper.go
window_arrangement_helper.go Add ability to force portrait mode 2023-09-30 20:57:38 +02:00
window_helper.go
working_tree_helper.go Extract a WithEnsureCommitableFiles function 2023-08-29 09:10:59 +02:00
worktree_helper.go