]> git.ipfire.org Git - thirdparty/git.git/commit - fetch-pack.c
tests: define GIT_TEST_SIDEBAND_ALL
authorJonathan Tan <jonathantanmy@google.com>
Wed, 16 Jan 2019 19:28:15 +0000 (11:28 -0800)
committerJunio C Hamano <gitster@pobox.com>
Thu, 17 Jan 2019 19:25:07 +0000 (11:25 -0800)
commit07c3c2aa16370fd97551b7d1aa6af3d051e7cf8f
treec1cbc5c854f9802361f09189534ad73e621fdbdd
parent0bbc0bc5745ab8b294a5faf8c3b1d939ae8b6d10
tests: define GIT_TEST_SIDEBAND_ALL

Define a GIT_TEST_SIDEBAND_ALL environment variable meant to be used
from tests. When set to true, this overrides uploadpack.allowsidebandall
to true, allowing the entire test suite to be run as if this
configuration is in place for all repositories.

As of this patch, all tests pass whether GIT_TEST_SIDEBAND_ALL is unset
or set to 1.

Signed-off-by: Jonathan Tan <jonathantanmy@google.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
fetch-pack.c
t/README
t/lib-httpd/apache.conf
t/t5537-fetch-shallow.sh
t/t5701-git-serve.sh
t/t5702-protocol-v2.sh
upload-pack.c