tests: define GIT_TEST_SIDEBAND_ALL
[gitweb.git] / t / README
index 28711cc508f9e5dfb2f2ef238be14926d56f9a12..b275c883b89856d3c47101a4b41296d4670f66a2 100644 (file)
--- a/t/README
+++ b/t/README
@@ -358,6 +358,11 @@ GIT_TEST_MULTI_PACK_INDEX=<boolean>, when true, forces the multi-pack-
 index to be written after every 'git repack' command, and overrides the
 'core.multiPackIndex' setting to true.
 
+GIT_TEST_SIDEBAND_ALL=<boolean>, when true, overrides the
+'uploadpack.allowSidebandAll' setting to true, and when false, forces
+fetch-pack to not request sideband-all (even if the server advertises
+sideband-all).
+
 Naming Tests
 ------------