From 666b670a19fd43332271b822ef00402454eab2b7 Mon Sep 17 00:00:00 2001 From: sandroid Date: Wed, 27 Mar 2024 20:44:35 +0100 Subject: [PATCH] Use double quotes for outer- and single quotes for inner quotation --- bin/git-forgit | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bin/git-forgit b/bin/git-forgit index be3cc39..d3426a9 100755 --- a/bin/git-forgit +++ b/bin/git-forgit @@ -263,7 +263,7 @@ _forgit_diff() { opts=" $FORGIT_FZF_DEFAULT_OPTS +m -0 --bind=\"enter:execute($FORGIT diff_enter {} $escaped_commits | $_forgit_enter_pager)\" - --preview='$FORGIT diff_view {} \"$_forgit_preview_context\" $escaped_commits' + --preview=\"$FORGIT diff_view {} '$_forgit_preview_context' $escaped_commits\" --bind=\"alt-e:execute-silent($FORGIT edit_diffed_file {})+refresh-preview\" $FORGIT_DIFF_FZF_OPTS --prompt=\"${commits[*]} > \" @@ -355,7 +355,7 @@ _forgit_reset_head() { opts=" $FORGIT_FZF_DEFAULT_OPTS -m -0 - --preview='$FORGIT reset_head_preview \"$rootdir\"/{}' + --preview=\"$FORGIT reset_head_preview '$rootdir'/{}\" $FORGIT_RESET_HEAD_FZF_OPTS " files=() @@ -527,7 +527,7 @@ _forgit_cherry_pick_from_branch() { opts=" $FORGIT_FZF_DEFAULT_OPTS +s +m --tiebreak=index --header-lines=1 - --preview='$FORGIT cherry_pick_from_branch_preview \"$base\" {1}' + --preview=\"$FORGIT cherry_pick_from_branch_preview '$base' {1}\" $FORGIT_CHERRY_PICK_FROM_BRANCH_FZF_OPTS " # loop until either the branch selector is closed or a commit to be cherry