t: pass GIT_TRACE through Apache
authorJeff King <redacted>
Fri, 13 Mar 2015 04:51:15 +0000 (00:51 -0400)
committerJunio C Hamano <redacted>
Fri, 13 Mar 2015 06:25:06 +0000 (23:25 -0700)
commit89c57ab3f0168b192d5ccc159972fdb26e0ba80b
tree233dc2aae54fc3f8ee7a0eb2b9b910f27e712d74
parent025232e8aa4b56d450079528fcfbff53da3e7fa4
t: pass GIT_TRACE through Apache

Apache removes GIT_TRACE from the environment before running
git-http-backend. This can make it hard to debug the server
side of an http session. Let's let it through.

Signed-off-by: Jeff King <redacted>
Signed-off-by: Junio C Hamano <redacted>
t/lib-httpd.sh
t/lib-httpd/apache.conf
git clone https://git.99rst.org/PROJECT