From 4e60216d67e0149d4f1bfc93a8bd75ecfcdf3a09 Mon Sep 17 00:00:00 2001 From: sandroid Date: Mon, 16 Mar 2026 19:44:30 +0100 Subject: [PATCH] refactor: remove command specific previews from PRIVATE_COMMANDS 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 c50994a6..6a4ed7ba 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"