Merge branch 'jt/fetch-v2-sideband'
"git fetch" and "git upload-pack" learned to send all exchange over the sideband channel while talking the v2 protocol. * jt/fetch-v2-sideband: t/lib-httpd: pass GIT_TEST_SIDEBAND_ALL through Apache
This commit is contained in:
commit
f1e112a758
@ -91,6 +91,7 @@ HTTPD_DOCUMENT_ROOT_PATH=$HTTPD_ROOT_PATH/www
|
||||
# hack to suppress apache PassEnv warnings
|
||||
GIT_VALGRIND=$GIT_VALGRIND; export GIT_VALGRIND
|
||||
GIT_VALGRIND_OPTIONS=$GIT_VALGRIND_OPTIONS; export GIT_VALGRIND_OPTIONS
|
||||
GIT_TEST_SIDEBAND_ALL=$GIT_TEST_SIDEBAND_ALL; export GIT_TEST_SIDEBAND_ALL
|
||||
GIT_TRACE=$GIT_TRACE; export GIT_TRACE
|
||||
|
||||
if ! test -x "$LIB_HTTPD_PATH"
|
||||
|
Loading…
Reference in New Issue
Block a user