From 2c28283889e6d5ba49f501df902a47659a3eec27 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Mon, 28 Aug 2017 10:35:38 -0400 Subject: [PATCH] cp-po: Avoid pager when running git --- cp-po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cp-po b/cp-po index 8c686ed..3b129d5 100755 --- a/cp-po +++ b/cp-po @@ -222,7 +222,7 @@ if $update_target_tree; then fi if $git_mode; then - git diff --cached --check + git --no-pager diff --cached --check git commit -m "Translation updates Source-Git-URL: $remote_url -- 2.39.5