config doc: protocol.version is not experimental
Git's protocol version 2 has been working well in production for over a year. Simplify documentation by no longer referring to it as experimental. Signed-off-by: Jonathan Nieder <jrnieder@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
parent
07ef3c6604
commit
b9ab170752
@ -45,11 +45,10 @@ The protocol names currently used by git are:
|
|||||||
--
|
--
|
||||||
|
|
||||||
protocol.version::
|
protocol.version::
|
||||||
Experimental. If set, clients will attempt to communicate with a
|
If set, clients will attempt to communicate with a server
|
||||||
server using the specified protocol version. If unset, no
|
using the specified protocol version. If the server does
|
||||||
attempt will be made by the client to communicate using a
|
not support it, communication falls back to version 0.
|
||||||
particular protocol version, this results in protocol version 0
|
If unset, the default is `0`.
|
||||||
being used.
|
|
||||||
Supported versions:
|
Supported versions:
|
||||||
+
|
+
|
||||||
--
|
--
|
||||||
|
Loading…
Reference in New Issue
Block a user