diff options
author | Jonathan Nieder <jrnieder@gmail.com> | 2019-12-24 02:00:00 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2020-01-15 23:03:55 +0100 |
commit | b9ab170752f39f4a72e3595129735c87a491dffd (patch) | |
tree | 8af8afa50ee6165831bd0bc4223abdb8e1fa0735 /Documentation/config | |
parent | fetch test: use more robust test for filtered objects (diff) | |
download | git-b9ab170752f39f4a72e3595129735c87a491dffd.tar.xz git-b9ab170752f39f4a72e3595129735c87a491dffd.zip |
config doc: protocol.version is not experimental
Git's protocol version 2 has been working well in production for over
a year. Simplify documentation by no longer referring to it as
experimental.
Signed-off-by: Jonathan Nieder <jrnieder@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/config')
-rw-r--r-- | Documentation/config/protocol.txt | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/Documentation/config/protocol.txt b/Documentation/config/protocol.txt index bfccc07491..0b40141613 100644 --- a/Documentation/config/protocol.txt +++ b/Documentation/config/protocol.txt @@ -45,11 +45,10 @@ The protocol names currently used by git are: -- protocol.version:: - Experimental. If set, clients will attempt to communicate with a - server using the specified protocol version. If unset, no - attempt will be made by the client to communicate using a - particular protocol version, this results in protocol version 0 - being used. + If set, clients will attempt to communicate with a server + using the specified protocol version. If the server does + not support it, communication falls back to version 0. + If unset, the default is `0`. Supported versions: + -- |