Brandon Williams wrote: > Update the config documentation to note the value `2` as an acceptable > value for the protocol.version config. > > Signed-off-by: Brandon Williams <bmwill@xxxxxxxxxx> > --- > Documentation/config.txt | 2 ++ > 1 file changed, 2 insertions(+) Reviewed-by: Jonathan Nieder <jrnieder@xxxxxxxxx> Thanks. > diff --git a/Documentation/config.txt b/Documentation/config.txt > index a05a88fec..ce778883d 100644 > --- a/Documentation/config.txt > +++ b/Documentation/config.txt > @@ -2637,6 +2637,8 @@ protocol.version:: > * `1` - the original wire protocol with the addition of a version string > in the initial response from the server. > > +* `2` - wire protocol version 2. > + > -- Should this mention where the user can find more details (e.g. by saying link:technical/protocol-v2.html[protocol version 2])? See the reference to the credentials API in "git help credentials" for an example of how that renders. Jonathan