config: document value 2 for protocol.version
authorBrandon Williams <bmwill@google.com>
Mon, 10 Sep 2018 21:21:57 +0000 (14:21 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 10 Sep 2018 22:04:11 +0000 (15:04 -0700)
Update the config documentation to note the value `2` as an acceptable
value for the protocol.version config.

Signed-off-by: Brandon Williams <bmwill@google.com>
Signed-off-by: Josh Steadmon <steadmon@google.com>
Reviewed-by: Jonathan Nieder <jrnieder@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/config.txt
index 64c1dbba940f1b3fe18117199b343adf258c0d78..5105a39e981e08ccea56f04da1c433397d05a5df 100644 (file)
@@ -2587,6 +2587,8 @@ protocol.version::
 * `1` - the original wire protocol with the addition of a version string
   in the initial response from the server.
 
+* `2` - link:technical/protocol-v2.html[wire protocol version 2].
+
 --
 
 pull.ff::