Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
gitweb: make search help link less ugly
[gitweb.git]
/
git-remote-testgit.sh
diff --git
a/git-remote-testgit.sh
b/git-remote-testgit.sh
index e83315f0e31af1e89207557136aee6d40604e66f..2109070d00411dbd9f1ba70e55587091d50a8a08 100755
(executable)
--- a/
git-remote-testgit.sh
+++ b/
git-remote-testgit.sh
@@
-104,7
+104,12
@@
do
*" $ref $a "*)
continue ;; # unchanged
esac
- echo "ok $ref"
+ if test -z "$GIT_REMOTE_TESTGIT_PUSH_ERROR"
+ then
+ echo "ok $ref"
+ else
+ echo "error $ref $GIT_REMOTE_TESTGIT_PUSH_ERROR"
+ fi
done
echo