..
amend_helper.go
Improve prompts when amending commits
2023-09-01 18:55:16 +02:00
app_status_helper.go
Add ErrorToast function
2024-01-14 17:45:35 +01: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
Support select range for cherry pick
2024-01-19 10:50:49 +11:00
commits_helper.go
Preserve the commit message correctly even if the description has blank lines
2024-01-09 14:31:53 +01:00
confirmation_helper.go
Make DisabledReason a struct
2024-01-14 17:45:35 +01:00
credentials_helper.go
diff_helper.go
Move IgnoreWhitespaceInDiffView to AppState, and persist it when it changes
2023-07-31 11:41:55 +02:00
files_helper.go
Pass absolute file paths to all editor commands
2024-01-25 08:56:10 +01:00
fixup_helper.go
Add SetSelection function for list contexts and use it in most places
2024-01-19 10:47:21 +11:00
gpg_helper.go
helpers.go
Add command to find base commit for creating a fixup
2024-01-10 09:11:40 +01:00
host_helper.go
Obtain remote URL by calling "ls-remote --get-url" instead of using git config
2024-01-10 09:24:23 +01:00
inline_status_helper.go
Fall back to WithWaitingStatus if item is scrolled out of view
2023-12-10 16:03:25 +01:00
merge_and_rebase_helper.go
Support range select in rebase actions
2024-01-23 17:23:56 +11:00
merge_conflicts_helper.go
Standardise display of range selection across views
2024-01-19 10:47:21 +11:00
mode_helper.go
Add WithWaitingStatusSync
2023-12-09 15:28:40 +01:00
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
Keep same branch selected when refreshing branches
2024-01-19 09:25:07 +01:00
refs_helper.go
Keep same branch selected when refreshing branches
2024-01-19 09:25:07 +01:00
repos_helper.go
Remove sync mutex
2023-10-08 18:45:36 +02:00
search_helper.go
Add SetSelection function for list contexts and use it in most places
2024-01-19 10:47:21 +11: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
Add SetSelection function for list contexts and use it in most places
2024-01-19 10:47:21 +11:00
suggestions_helper.go
Standardise on using lo for slice functions
2023-07-30 18:51:23 +10:00
tags_helper.go
Allow force-tagging if tag exists
2023-07-31 11:38:52 +02:00
update_helper.go
upstream_helper_test.go
Standardise on using lo for slice functions
2023-07-30 18:51:23 +10:00
upstream_helper.go
view_helper.go
window_arrangement_helper_test.go
Add config setting for side panel location (left or top) in half screen mode
2024-01-09 15:45:26 +01:00
window_arrangement_helper.go
Add config setting for side panel location (left or top) in half screen mode
2024-01-09 15:45:26 +01:00
window_helper.go
Return only visible views from TopViewInWindow
2023-12-10 15:57:51 +01:00
working_tree_helper.go
Extract a WithEnsureCommitableFiles function
2023-08-29 09:10:59 +02:00
worktree_helper.go