From 387137685807972dd100954c50de43cda6114048 Mon Sep 17 00:00:00 2001 From: Leonid Pliushch Date: Mon, 20 Sep 2021 19:10:32 +0300 Subject: [PATCH] scripts/bin: disable pager for git in revbump and update-checksum --- scripts/bin/revbump | 2 +- scripts/bin/update-checksum | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/bin/revbump b/scripts/bin/revbump index dac6828d2..3283727dd 100755 --- a/scripts/bin/revbump +++ b/scripts/bin/revbump @@ -66,7 +66,7 @@ for package in "${@}"; do echo "You are about to commit these changes:" echo echo "--------------------" - git diff --patch "${buildsh_path}" + git --no-pager diff --patch "${buildsh_path}" echo "--------------------" echo echo "${package}: bump revision" diff --git a/scripts/bin/update-checksum b/scripts/bin/update-checksum index 74bf86338..d44f22b2f 100755 --- a/scripts/bin/update-checksum +++ b/scripts/bin/update-checksum @@ -79,7 +79,7 @@ for package in "${@}"; do echo "You are about to commit these changes:" echo echo "--------------------" - git diff --patch "${buildsh_path}" + git --no-pager diff --patch "${buildsh_path}" echo "--------------------" echo echo "${package}: update to $(. "${buildsh_path}"; echo "${TERMUX_PKG_VERSION}" | cut -d: -f2-)"