diff options
author | Brandon Williams <bmwill@google.com> | 2018-09-10 14:21:57 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2018-09-10 15:04:11 -0700 |
commit | db2d36fad8b6b495a5064ea89d3bed1a48841ba9 (patch) | |
tree | 3c406201c0e4fd33f5fe3bfb61a1bfded953c09f | |
parent | f351b0aba4335ad71f8608b268f2a1d97e1ec008 (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>
-rw-r--r-- | Documentation/config.txt | 2 |
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:: |