author | Ren\e,Ai\e(B Scharfe <rene.scharfe@lsrfire.ath.cx> | |
Sun, 28 Jan 2007 14:25:55 +0000 (15:25 +0100) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Sun, 28 Jan 2007 19:00:57 +0000 (11:00 -0800) | ||
commit | 4f0219a4c76a2ce963cf355f90f18c9c59036bca | |
tree | b72742ee6a735a3cfd3361dd021bd5b89162f6ba | tree | snapshot |
parent | 1b600e659abc7e409c9d830e332d3cef01062c1c | commit | diff |
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>
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 | diff | blob | history | |
git.c | diff | blob | history |