<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git/protocol.c, branch v2.23.2</title>
<subtitle>Mirror of https://git.kernel.org/pub/scm/git/git.git/
</subtitle>
<id>https://git.shady.money/git/atom?h=v2.23.2</id>
<link rel='self' href='https://git.shady.money/git/atom?h=v2.23.2'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/'/>
<updated>2019-03-07T01:02:42Z</updated>
<entry>
<title>tests: define GIT_TEST_PROTOCOL_VERSION</title>
<updated>2019-03-07T01:02:42Z</updated>
<author>
<name>Jonathan Tan</name>
<email>jonathantanmy@google.com</email>
</author>
<published>2019-02-25T21:54:06Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=8cbeba063250bf55f73921702209df10ed186e9e'/>
<id>urn:sha1:8cbeba063250bf55f73921702209df10ed186e9e</id>
<content type='text'>
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_TEST_PROTOCOL_VERSION is
unset or set to 0. Some tests fail when GIT_TEST_PROTOCOL_VERSION is set
to 1 or 2, but this will be dealt with in subsequent patches.

This is based on work by Ævar Arnfjörð Bjarmason.

Signed-off-by: Jonathan Tan &lt;jonathantanmy@google.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>protocol: introduce enum protocol_version value protocol_v2</title>
<updated>2018-03-14T21:15:07Z</updated>
<author>
<name>Brandon Williams</name>
<email>bmwill@google.com</email>
</author>
<published>2018-03-14T18:31:47Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=8f6982b4e16c60bba713a3b6592b2ff5c7476974'/>
<id>urn:sha1:8f6982b4e16c60bba713a3b6592b2ff5c7476974</id>
<content type='text'>
Introduce protocol_v2, a new value for 'enum protocol_version'.
Subsequent patches will fill in the implementation of protocol_v2.

Signed-off-by: Brandon Williams &lt;bmwill@google.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>protocol: introduce protocol extension mechanisms</title>
<updated>2017-10-17T01:51:29Z</updated>
<author>
<name>Brandon Williams</name>
<email>bmwill@google.com</email>
</author>
<published>2017-10-16T17:55:24Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=373d70efb2278b76739d8c6538d4a4e59cc81bf7'/>
<id>urn:sha1:373d70efb2278b76739d8c6538d4a4e59cc81bf7</id>
<content type='text'>
Create protocol.{c,h} and provide functions which future servers and
clients can use to determine which protocol to use or is being used.

Also introduce the 'GIT_PROTOCOL' environment variable which will be
used to communicate a colon separated list of keys with optional values
to a server.  Unknown keys and values must be tolerated.  This mechanism
is used to communicate which version of the wire protocol a client would
like to use with a server.

Signed-off-by: Brandon Williams &lt;bmwill@google.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
</feed>
