Skip to content

Commit b9ab170

Browse files
jrngitster
authored andcommitted
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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 07ef3c6 commit b9ab170

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

Documentation/config/protocol.txt

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,10 @@ The protocol names currently used by git are:
4545
--
4646

4747
protocol.version::
48-
Experimental. If set, clients will attempt to communicate with a
49-
server using the specified protocol version. If unset, no
50-
attempt will be made by the client to communicate using a
51-
particular protocol version, this results in protocol version 0
52-
being used.
48+
If set, clients will attempt to communicate with a server
49+
using the specified protocol version. If the server does
50+
not support it, communication falls back to version 0.
51+
If unset, the default is `0`.
5352
Supported versions:
5453
+
5554
--

0 commit comments

Comments
 (0)