]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Meta/Summary: avoid paging individual steps
authorJunio C Hamano <gitster@pobox.com>
Wed, 20 Dec 2023 20:30:16 +0000 (12:30 -0800)
committerJunio C Hamano <gitster@pobox.com>
Wed, 20 Dec 2023 20:30:16 +0000 (12:30 -0800)
Summary

diff --git a/Summary b/Summary
index 74c4bf104e3b1bdcd1e991f42384f73956b9e159..fb0a1ea38387bc93c9c1500e4fe8eca8ec5e63dc 100755 (executable)
--- 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