From e7600bd04250c6afede615adae27414d179fc6c8 Mon Sep 17 00:00:00 2001 From: sandroid Date: Thu, 9 Apr 2026 19:23:58 +0200 Subject: [PATCH] fix: branch preview of worktree_add --- bin/git-forgit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/git-forgit b/bin/git-forgit index 1223256..24598e2 100755 --- a/bin/git-forgit +++ b/bin/git-forgit @@ -1596,7 +1596,7 @@ _forgit_worktree_add() { opts=" $FORGIT_FZF_DEFAULT_OPTS +s +m --tiebreak=index $header_opt - --preview=\"$FORGIT branch_preview {}\" + --preview=\"$FORGIT preview branch_preview {}\" $FORGIT_WORKTREE_ADD_FZF_OPTS " branch=$(_forgit_branch_list "${_forgit_worktree_add_branch_git_opts[@]:---all}" |