author | Junio C Hamano <gitster@pobox.com> | |
Tue, 30 Jun 2009 18:29:36 +0000 (11:29 -0700) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Tue, 30 Jun 2009 18:33:30 +0000 (11:33 -0700) | ||
commit | 476cc724242e715c150dce0d26d2feabe2dbe5e1 | |
tree | 60da4979ffbe99bf2a79a7291f859bfd96b36023 | tree | snapshot |
parent | 21d777f2577a8003d12bdc1c5f3c1ff68750c598 | commit | diff |
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>
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 | diff | blob | history |