Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrandon Williams <bmwill@google.com>2018-09-11 00:21:57 +0300
committerJunio C Hamano <gitster@pobox.com>2018-09-11 01:04:11 +0300
commitdb2d36fad8b6b495a5064ea89d3bed1a48841ba9 (patch)
tree3c406201c0e4fd33f5fe3bfb61a1bfded953c09f /Documentation
parentf351b0aba4335ad71f8608b268f2a1d97e1ec008 (diff)
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 <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>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/config.txt2
1 files changed, 2 insertions, 0 deletions
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::