refactor: remove command specific previews from PRIVATE_COMMANDS (#501)

These are no longer necessary due to the new `preview` function
This commit is contained in:
sandr01d 2026-03-17 02:33:24 +01:00 committed by GitHub
parent f7e2d436de
commit 30aff90e30
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1555,36 +1555,19 @@ PUBLIC_COMMANDS=(
)
PRIVATE_COMMANDS=(
"add_preview"
"blame_preview"
"branch_preview"
"checkout_commit_preview"
"checkout_file_preview"
"cherry_pick_from_branch_preview"
"cherry_pick_preview"
"clean_preview"
"diff_enter"
"exec_show"
"file_preview"
"path_preview"
"preview"
"revert_preview"
"reset_head_preview"
"show_enter"
"show_preview"
"stash_push_preview"
"stash_show_enter"
"stash_show_preview"
"yank_sha"
"yank_stash_name"
"log_preview"
"log_enter"
"exec_diff"
"diff_view"
"edit_diffed_file"
"edit_add_file"
"pager"
"worktree_preview"
"worktree_yank_path"
"worktree_toggle_lock"
"worktree_list"