From f351b0aba4335ad71f8608b268f2a1d97e1ec008 Mon Sep 17 00:00:00 2001 From: Brandon Williams Date: Mon, 23 Jul 2018 10:48:07 -0700 Subject: [PATCH] pack-protocol: mention and point to docs for protocol v2 Signed-off-by: Brandon Williams Signed-off-by: Junio C Hamano --- Documentation/technical/pack-protocol.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 ------------- -- 2.49.0