git-blame --incremental: don't use pager
commit4f0219a4c76a2ce963cf355f90f18c9c59036bca
authorRen\e,Ai\e(B Scharfe <rene.scharfe@lsrfire.ath.cx>
Sun, 28 Jan 2007 14:25:55 +0000 (28 15:25 +0100)
committerJunio C Hamano <junkio@cox.net>
Sun, 28 Jan 2007 19:00:57 +0000 (28 11:00 -0800)
treeb72742ee6a735a3cfd3361dd021bd5b89162f6ba
parent1b600e659abc7e409c9d830e332d3cef01062c1c
git-blame --incremental: don't use pager

Starting a pager defeats the purpose of the incremental output
mode.  This changes git-blame to only paginate if --incremental
was not given.

git -p blame --incremental still starts the pager, though.

Signed-off-by: Rene Scharfe <rene.scharfe@lsrfire.ath.cx>
Signed-off-by: Junio C Hamano <junkio@cox.net>
builtin-blame.c
git.c