diff options
author | Brandon Williams <bmwill@google.com> | 2018-07-23 10:48:07 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2018-07-24 12:59:51 -0700 |
commit | f351b0aba4335ad71f8608b268f2a1d97e1ec008 (patch) | |
tree | c010e0bbbecd015822029d872f92fd4c3f45380d /Documentation/technical | |
parent | protocol-v2 doc: put HTTP headers after request (diff) | |
download | tgif-f351b0aba4335ad71f8608b268f2a1d97e1ec008.tar.xz |
pack-protocol: mention and point to docs for protocol v2
Signed-off-by: Brandon Williams <bmwill@google.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/technical')
-rw-r--r-- | Documentation/technical/pack-protocol.txt | 3 |
1 files changed, 2 insertions, 1 deletions
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 `<key>=<value>` or `<key>`. 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 ------------- |