summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <gitster@pobox.com>2020-04-28 15:50:11 -0700
committerLibravatar Junio C Hamano <gitster@pobox.com>2020-04-28 15:50:11 -0700
commite896a286df44d9d0ae9a81bf172236dd521f5c39 (patch)
tree31283928337af11058462d77f338667fbfd60615 /Documentation
parentMerge branch 'jc/gnu-hurd-lets-fread-read-dirs' (diff)
parentRevert "fetch: default to protocol version 2" (diff)
downloadtgif-e896a286df44d9d0ae9a81bf172236dd521f5c39.tar.xz
Merge branch 'jn/demote-proto2-from-default'
Those fetching over protocol v2 from linux-next and other kernel repositories are reporting that v2 often fetches way too much than needed. * jn/demote-proto2-from-default: Revert "fetch: default to protocol version 2"
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/config/protocol.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/config/protocol.txt b/Documentation/config/protocol.txt
index 756591d77b..0b40141613 100644
--- a/Documentation/config/protocol.txt
+++ b/Documentation/config/protocol.txt
@@ -48,7 +48,7 @@ protocol.version::
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 `2`.
+ If unset, the default is `0`.
Supported versions:
+
--