From: Brandon Williams <[email protected]> Update the config documentation to note the value `2` as an acceptable value for the protocol.version config.
Signed-off-by: Brandon Williams <[email protected]> Signed-off-by: Josh Steadmon <[email protected]> --- Documentation/config.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Documentation/config.txt b/Documentation/config.txt index eb66a1197..ee3b5dd8e 100644 --- a/Documentation/config.txt +++ b/Documentation/config.txt @@ -2828,6 +2828,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:: -- 2.19.0.rc2.392.g5ba43deb5a-goog

