Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'jt/fetch-v2-sideband'
author
Junio C Hamano
<gitster@pobox.com>
Thu, 14 Feb 2019 22:28:20 +0000
(14:28 -0800)
committer
Junio C Hamano
<gitster@pobox.com>
Thu, 14 Feb 2019 22:28:21 +0000
(14:28 -0800)
"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
t/lib-httpd.sh
patch
|
blob
|
history
raw
(from parent 1:
6f07c7b
)
diff --git
a/t/lib-httpd.sh
b/t/lib-httpd.sh
index 216281eabc442c2f49eed0bbf4410db9681b7698..0dfb48c2f6df78348c216bd34693758c0d22365d 100644
(file)
--- a/
t/lib-httpd.sh
+++ b/
t/lib-httpd.sh
@@
-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"