[PATCH 1/8] tests: define GIT_TEST_PROTOCOL_VERSION

2019-02-25 Thread Jonathan Tan
Define a GIT_TEST_PROTOCOL_VERSION environment variable meant to be used from tests. When set, this ensures protocol.version is at least the given value, 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

Re: [PATCH 1/8] tests: define GIT_TEST_PROTOCOL_VERSION

2019-02-11 Thread Jeff King
On Tue, Feb 05, 2019 at 04:21:15PM -0800, Jonathan Tan wrote: > Define a GIT_TEST_PROTOCOL_VERSION environment variable meant to be used > from tests. When set, this ensures protocol.version is at least the > given value, allowing the entire test suite to be run as if this > configuration is in pl

Re: [PATCH 1/8] tests: define GIT_TEST_PROTOCOL_VERSION

2019-02-06 Thread Jonathan Tan
> > @@ -327,6 +327,9 @@ marked strings" in po/README for details. > > GIT_TEST_SPLIT_INDEX= forces split-index mode on the whole > > test suite. Accept any boolean values that are accepted by git-config. > > > > +GIT_TEST_PROTOCOL_VERSION=, when set, overrides the > > +'protocol.version' setting

Re: [PATCH 1/8] tests: define GIT_TEST_PROTOCOL_VERSION

2019-02-06 Thread Ævar Arnfjörð Bjarmason
On Wed, Feb 06 2019, Jonathan Tan wrote: > Define a GIT_TEST_PROTOCOL_VERSION environment variable meant to be used > from tests. When set, this ensures protocol.version is at least the > given value, allowing the entire test suite to be run as if this > configuration is in place for all reposit

[PATCH 1/8] tests: define GIT_TEST_PROTOCOL_VERSION

2019-02-05 Thread Jonathan Tan
Define a GIT_TEST_PROTOCOL_VERSION environment variable meant to be used from tests. When set, this ensures protocol.version is at least the given value, 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