request-pull: really disable pager
commit476cc724242e715c150dce0d26d2feabe2dbe5e1
authorJunio C Hamano <gitster@pobox.com>
Tue, 30 Jun 2009 18:29:36 +0000 (30 11:29 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 30 Jun 2009 18:33:30 +0000 (30 11:33 -0700)
tree60da4979ffbe99bf2a79a7291f859bfd96b36023
parent21d777f2577a8003d12bdc1c5f3c1ff68750c598
request-pull: really disable pager

ff06c74 (Improve request-pull to handle non-rebased branches, 2007-05-01)
attempted to disable pager when running subcommands in this script, but
with a wrong variable.  If GIT_PAGER is set, it takes precedence over
PAGER.

Noticed by Michal Marek.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-request-pull.sh