X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=git-am.sh;h=9df951a597d6b9ec5f7f390c35a60adb942a3fdc;hb=6d84bcb5de78251d98f7d3e80e822d9a4b8f4df3;hp=ebfbee59d3dda5ba8a11e35f697e8e48d2565698;hpb=a625740aae48c0f08916e564bc11f49542d4fb48;p=git.git diff --git a/git-am.sh b/git-am.sh index ebfbee59d..9df951a59 100755 --- a/git-am.sh +++ b/git-am.sh @@ -663,10 +663,7 @@ do [eE]*) git_editor "$dotest/final-commit" action=again ;; [vV]*) action=again - : ${GIT_PAGER=$(git var GIT_PAGER)} - : ${LESS=-FRSX} - export LESS - $GIT_PAGER "$dotest/patch" ;; + git_pager "$dotest/patch" ;; *) action=again ;; esac done