From: Junio C Hamano Date: Wed, 20 Dec 2023 20:30:16 +0000 (-0800) Subject: Meta/Summary: avoid paging individual steps X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=27bf3ab4402907aab772a3785b4fd27adf0214cc;p=thirdparty%2Fgit.git Meta/Summary: avoid paging individual steps --- diff --git a/Summary b/Summary index 74c4bf104e..fb0a1ea383 100755 --- a/Summary +++ b/Summary @@ -42,6 +42,6 @@ Changes during this period are as follows: EOF -git shortlog -w72,2,4 --no-merges $bottom..$top +git --no-pager shortlog -w72,2,4 --no-merges $bottom..$top -git diff --dirstat $bottom..$top +git --no-pager diff --dirstat $bottom..$top