1
0
mirror of https://github.com/git/git synced 2024-07-02 15:48:44 +00:00

Meta/Summary: avoid paging individual steps

This commit is contained in:
Junio C Hamano 2023-12-20 12:30:16 -08:00
parent a36bff7006
commit 27bf3ab440

View File

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