request-pull: really disable pager
[gitweb.git] / git-request-pull.sh
index a2cf5b82150a77fd9ddb775fea1bc8d5e8ee7392..ab2dd104986c33b2aa3e488dafda31265effb642 100755 (executable)
@@ -42,8 +42,8 @@ if [ -z "$branch" ]; then
        status=1
 fi
 
-PAGER=
-export PAGER
+GIT_PAGER=
+export GIT_PAGER
 echo "The following changes since commit $baserev:"
 git shortlog --max-count=1 $baserev | sed -e 's/^\(.\)/  \1/'