diff options
-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 |
index : git | ||
Git helper scripts | Boris Kolpackov |
aboutsummaryrefslogtreecommitdiff |
-rwxr-xr-x | diff.sh | 2 |
@@ -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 |