made diff_repos stream output instead of pager
authorChris Koeritz <koeritz@gmail.com>
Fri, 14 Jun 2019 15:12:06 +0000 (11:12 -0400)
committerChris Koeritz <koeritz@gmail.com>
Fri, 14 Jun 2019 15:12:06 +0000 (11:12 -0400)
scripts/rev_control/version_control.sh

index 282dd4d922ff3bd9aa2708bbd34cca9760b679aa..5342ef2cc8fd672189c48bff0baf9ecfc006dec4 100644 (file)
@@ -156,7 +156,7 @@ function do_revctrl_diff
     svn diff .
     exit_on_error "subversion diff"
   elif [ -d ".git" ]; then
-    git diff 
+    git --no-pager diff 
     exit_on_error "git diff"
   elif [ -d "CVS" ]; then
     cvs diff .