Message ID | 20180910212157.134291-1-steadmon@google.com (mailing list archive) |
---|---|
State | Accepted |
Headers | show |
Series | [v2] config: document value 2 for protocol.version | expand |
Josh Steadmon wrote: > From: Brandon Williams <bmwill@google.com> > > 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> > --- > Documentation/config.txt | 2 ++ > 1 file changed, 2 insertions(+) Reviewed-by: Jonathan Nieder <jrnieder@gmail.com> Thanks.
Jonathan Nieder <jrnieder@gmail.com> writes: > Josh Steadmon wrote: > >> From: Brandon Williams <bmwill@google.com> >> >> 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> >> --- >> Documentation/config.txt | 2 ++ >> 1 file changed, 2 insertions(+) > > Reviewed-by: Jonathan Nieder <jrnieder@gmail.com> > > Thanks. Thanks.
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::