Re: [PATCH] git-blame --incremental: don't use pager
From: Junio C Hamano <hidden>
Date: 2016-06-15 22:42:51
Junio C Hamano [off-list ref] writes:
René Scharfe [off-list ref] writes:quoted
Starting a pager defeats the purpose of the incremental output mode. This changes git-blame to only paginate if --incremental was not given.I should have done this myself when I applied Linus's patch. Thanks for catching.
Although I'd apply it anyway, strictly speaking, I think this patch should not matter because any real Porcelain would be using this as an upstream of a pipe to its drawing engine. Well, unless that Porcelain drives --incremental through a pair of ptys, but I do not think it is likely ;-).