From 0353f58b0bd7e385bdfa855a281072608085e417 Mon Sep 17 00:00:00 2001 From: sandroid Date: Wed, 8 Apr 2026 22:48:20 +0200 Subject: [PATCH] fix: log preview of checkout_file_from_commit --- bin/git-forgit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/git-forgit b/bin/git-forgit index 55c8bca..1223256 100755 --- a/bin/git-forgit +++ b/bin/git-forgit @@ -1019,7 +1019,7 @@ _forgit_checkout_file_from_commit() { opts=" $FORGIT_FZF_DEFAULT_OPTS +s +m --tiebreak=index - --preview=\"$FORGIT log_preview {}\" + --preview=\"$FORGIT preview log_preview {}\" $FORGIT_CHECKOUT_FILE_FROM_COMMIT_LOG_FZF_OPTS " commit=$(_forgit_git_log "$_forgit_log_format" "$branch" "$@" |