diff --git a/post-receive b/post-receive index e6eac338..10172e70 100755 --- a/post-receive +++ b/post-receive @@ -9,6 +9,8 @@ echo "Updating $oldrev -> $newrev ($ref)" # Clear variable set to '.' so git commands don't complain unset GIT_DIR +ls + die() { echo "$*" 1>&2 exit 1