summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2023-12-20 12:30:16 -0800
committerJunio C Hamano <gitster@pobox.com>2023-12-20 12:30:16 -0800
commit27bf3ab4402907aab772a3785b4fd27adf0214cc (patch)
tree6ad491b2715f75368987f6b252d0c78d5da5709f
parenta36bff70061ea18d10fd533774f4bc2a961584f0 (diff)
downloadgit-27bf3ab4402907aab772a3785b4fd27adf0214cc.tar.gz
Meta/Summary: avoid paging individual steps
-rwxr-xr-xSummary4
1 files changed, 2 insertions, 2 deletions
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