From: Brandon Williams Date: Mon, 23 Jul 2018 17:48:07 +0000 (-0700) Subject: pack-protocol: mention and point to docs for protocol v2 X-Git-Tag: v2.19.0-rc0~81^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f351b0aba4335ad71f8608b268f2a1d97e1ec008;p=thirdparty%2Fgit.git pack-protocol: mention and point to docs for protocol v2 Signed-off-by: Brandon Williams Signed-off-by: Junio C Hamano --- diff --git a/Documentation/technical/pack-protocol.txt b/Documentation/technical/pack-protocol.txt index cd31edc91e..efea53e2b6 100644 --- a/Documentation/technical/pack-protocol.txt +++ b/Documentation/technical/pack-protocol.txt @@ -50,7 +50,8 @@ Each Extra Parameter takes the form of `=` or ``. Servers that receive any such Extra Parameters MUST ignore all unrecognized keys. Currently, the only Extra Parameter recognized is -"version=1". +"version" with a value of '1' or '2'. See protocol-v2.txt for more +information on protocol version 2. Git Transport -------------