diff options
author | Junio C Hamano <gitster@pobox.com> | 2019-04-16 19:28:03 +0900 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2019-04-16 19:28:03 +0900 |
commit | 24d73d2a4cfecd8dbf2bbb1144fe03bea0c15c53 (patch) | |
tree | abf79153f1e7a47abc164c8d41253302a79b19c4 /t/README | |
parent | Merge branch 'nd/diff-parseopt-3' (diff) | |
parent | t5552: compensate for v2 filtering ref adv. (diff) | |
download | tgif-24d73d2a4cfecd8dbf2bbb1144fe03bea0c15c53.tar.xz |
Merge branch 'jt/test-protocol-version'
Help developers by making it easier to run most of the tests under
different versions of over-the-wire protocols.
* jt/test-protocol-version:
t5552: compensate for v2 filtering ref adv.
tests: fix protocol version for overspecifications
t5700: only run with protocol version 1
t5512: compensate for v0 only sending HEAD symrefs
t5503: fix overspecification of trace expectation
tests: always test fetch of unreachable with v0
t5601: check ssh command only with protocol v0
tests: define GIT_TEST_PROTOCOL_VERSION
Diffstat (limited to 't/README')
-rw-r--r-- | t/README | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -343,6 +343,9 @@ marked strings" in po/README for details. GIT_TEST_SPLIT_INDEX=<boolean> forces split-index mode on the whole test suite. Accept any boolean values that are accepted by git-config. +GIT_TEST_PROTOCOL_VERSION=<n>, when set, overrides the +'protocol.version' setting to n if it is less than n. + GIT_TEST_FULL_IN_PACK_ARRAY=<boolean> exercises the uncommon pack-objects code path where there are more than 1024 packs even if the actual number of packs in repository is below this limit. Accept |