mirror of
https://github.com/wfxr/forgit.git
synced 2026-09-10 07:16:23 -04:00
fix: log preview of checkout_file_from_commit
This commit is contained in:
parent
8a6dc7cdb2
commit
64fcce2c0f
|
|
@ -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" "$@" |
|
||||
|
|
|
|||
Loading…
Reference in a new issue