Remove USE_PAGER from git-pickaxe and git-annotate
commitd97bc5de929e525add9977a9c1ab3834b8c04657
authorAndrew Ruder <andy@aeruder.net>
Wed, 4 Jul 2007 22:21:49 +0000 (4 17:21 -0500)
committerJunio C Hamano <gitster@pobox.com>
Thu, 5 Jul 2007 04:06:12 +0000 (4 21:06 -0700)
tree8efa0276f0eb3144fb660c3664f349300e479b2d
parent7730fbe62490f9e6ee33f6136ecd0e75869894e3
Remove USE_PAGER from git-pickaxe and git-annotate

git-blame (and friends) specifically leave the pager turned off
in the case that --incremental is specified as this isn't for
human consumption.  git-pickaxe and git-annotate will turn it on
themselves otherwise.

Signed-off-by: Andrew Ruder <andy@aeruder.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git.c