From: Peter Eisentraut Date: Mon, 28 Aug 2017 14:35:38 +0000 (-0400) Subject: cp-po: Avoid pager when running git X-Git-Url: http://waps.l3s.uni-hannover.de/gitweb/%20?a=commitdiff_plain;h=2c28283889e6d5ba49f501df902a47659a3eec27;p=pgtranslation%2Fadmin.git cp-po: Avoid pager when running git --- 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