Skip to content

Commit 7663f3a

Browse files
committed
fix: branch preview of worktree_add
1 parent 0353f58 commit 7663f3a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bin/git-forgit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1596,7 +1596,7 @@ _forgit_worktree_add() {
15961596
opts="
15971597
$FORGIT_FZF_DEFAULT_OPTS
15981598
+s +m --tiebreak=index $header_opt
1599-
--preview=\"$FORGIT branch_preview {}\"
1599+
--preview=\"$FORGIT preview branch_preview {}\"
16001600
$FORGIT_WORKTREE_ADD_FZF_OPTS
16011601
"
16021602
branch=$(_forgit_branch_list "${_forgit_worktree_add_branch_git_opts[@]:---all}" |

0 commit comments

Comments
 (0)