force pager to be blank

This commit is contained in:
David Alexander Majnemer 2010-05-10 15:21:39 -05:00
parent 89988996ac
commit 94f514a709

View file

@ -23,3 +23,6 @@ if [ $PAGER = less ] ; then
LESS='-R -M'
export LESS
fi
GIT_PAGER=''
export GIT_PAGER