Meta/Summary: avoid paging individual steps

Junio C Hamano committed Dec 20, 2023 at 12:30 UTC 27bf3ab4402907aab772a3785b4fd27adf0214cc
1 file changed +2 -2
Summary
+2 -2
@@ -42,6 +42,6 @@ Changes during this period are as follows:
42
43 EOF
44
45 -git shortlog -w72,2,4 --no-merges $bottom..$top
45 +git --no-pager shortlog -w72,2,4 --no-merges $bottom..$top
46
47 -git diff --dirstat $bottom..$top
47 +git --no-pager diff --dirstat $bottom..$top