diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-01-09 08:41:45 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-01-09 08:41:45 +0200 |
commit | c74e6e00cf4125731e6f9d6a5472989be1c6d1d0 (patch) | |
tree | 611ab7eea56085c68bdc111bcfa4061c2dc934ec | |
parent | 56787489b5beb74b6d9a1b46a6e4465be9e1260f (diff) |
Pass extra options to diff
-rwxr-xr-x | diff.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,7 +8,7 @@ for i in $modules; do echo "diff $i" 1>&2 cd $i - git --no-pager diff + git --no-pager diff $* if [ $? -ne 0 ]; then echo "diff FAILED" 1>&2 |