ci/check-cherry-picks: never use a pager

In a small terminal window this would just stop running after each
commit until you exit the pager. That's not what we want when running it
locally.
This commit is contained in:
Wolfgang Walther
2025-05-28 14:56:55 +02:00
parent 2fea2bbf52
commit 245b1c1c48
+1 -1
View File
@@ -52,7 +52,7 @@ while read -r new_commit_sha ; do
if git merge-base --is-ancestor "$original_commit_sha" "$picked_branch" ; then
echo "$original_commit_sha present in branch $picked_branch"
range_diff_common='git range-diff
range_diff_common='git --no-pager range-diff
--no-notes
--creation-factor=100
'"$original_commit_sha~..$original_commit_sha"'