From: Brandon Williams Date: Mon, 10 Sep 2018 21:21:57 +0000 (-0700) Subject: config: document value 2 for protocol.version X-Git-Tag: v2.19.2~29^2 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/db2d36fad8b6b495a5064ea89d3bed1a48841ba9 config: document value 2 for protocol.version Update the config documentation to note the value `2` as an acceptable value for the protocol.version config. Signed-off-by: Brandon Williams Signed-off-by: Josh Steadmon Reviewed-by: Jonathan Nieder Signed-off-by: Junio C Hamano --- diff --git a/Documentation/config.txt b/Documentation/config.txt index 64c1dbba94..5105a39e98 100644 --- a/Documentation/config.txt +++ b/Documentation/config.txt @@ -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::