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
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