From 30aff90e30d83ef35f5ccc2844fe30b49966bb9c Mon Sep 17 00:00:00 2001 From: sandr01d <88739791+sandr01d@users.noreply.github.com> Date: Tue, 17 Mar 2026 02:33:24 +0100 Subject: [PATCH] refactor: remove command specific previews from PRIVATE_COMMANDS (#501) These are no longer necessary due to the new `preview` function --- bin/git-forgit | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/bin/git-forgit b/bin/git-forgit index c50994a..6a4ed7b 100755 --- a/bin/git-forgit +++ b/bin/git-forgit @@ -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"