Blame SOURCES/0001-config-document-value-2-for-protocol.version.patch

6ced29
From db2d36fad8b6b495a5064ea89d3bed1a48841ba9 Mon Sep 17 00:00:00 2001
6ced29
From: Brandon Williams <bmwill@google.com>
6ced29
Date: Mon, 10 Sep 2018 14:21:57 -0700
6ced29
Subject: [PATCH] config: document value 2 for protocol.version
6ced29
6ced29
Update the config documentation to note the value `2` as an acceptable
6ced29
value for the protocol.version config.
6ced29
6ced29
Signed-off-by: Brandon Williams <bmwill@google.com>
6ced29
Signed-off-by: Josh Steadmon <steadmon@google.com>
6ced29
Reviewed-by: Jonathan Nieder <jrnieder@gmail.com>
6ced29
Signed-off-by: Junio C Hamano <gitster@pobox.com>
6ced29
---
6ced29
 Documentation/config.txt | 2 ++
6ced29
 1 file changed, 2 insertions(+)
6ced29
6ced29
diff --git a/Documentation/config.txt b/Documentation/config.txt
6ced29
index 64c1dbba94..5105a39e98 100644
6ced29
--- a/Documentation/config.txt
6ced29
+++ b/Documentation/config.txt
6ced29
@@ -2587,6 +2587,8 @@ protocol.version::
6ced29
 * `1` - the original wire protocol with the addition of a version string
6ced29
   in the initial response from the server.
6ced29
 
6ced29
+* `2` - link:technical/protocol-v2.html[wire protocol version 2].
6ced29
+
6ced29
 --
6ced29
 
6ced29
 pull.ff::
6ced29
-- 
6ced29
2.14.4
6ced29