git-http-backend-verify: honor GIT_HTTP_BACKEND_SHOW_ERRORS
commitf85fc0da5d6d20f83af6bb7786c503d04c6f98ed
authorKyle J. McKay <mackyle@gmail.com>
Mon, 1 Sep 2014 07:50:58 +0000 (1 00:50 -0700)
committerKyle J. McKay <mackyle@gmail.com>
Mon, 1 Sep 2014 07:50:58 +0000 (1 00:50 -0700)
treeed5c0665104277cacadd9e8f1730bb0109a759e6
parent1b5f30a7ef4dacb1a6e3b0a58a5e64dedf926234
git-http-backend-verify: honor GIT_HTTP_BACKEND_SHOW_ERRORS

Only when GIT_HTTP_BACKEND_SHOW_ERRORS is set are git-http-backend
errors allowed to enter the server log.

In the case of personal mob activity GIT_HTTP_BACKEND_SHOW_ERRORS
was not being checked.

Fix this by checking GIT_HTTP_BACKEND_SHOW_ERRORS for peronsal
mob activity as well.
bin/git-http-backend-verify