git.99rst.org
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
bb4d000
)
pack-protocol: mention and point to docs for protocol v2
author
Brandon Williams
<redacted>
Mon, 23 Jul 2018 17:48:07 +0000
(10:48 -0700)
committer
Junio C Hamano
<redacted>
Tue, 24 Jul 2018 19:59:51 +0000
(12:59 -0700)
Signed-off-by: Brandon Williams <redacted>
Signed-off-by: Junio C Hamano <redacted>
Documentation/technical/pack-protocol.txt
patch
|
blob
|
history
diff --git
a/Documentation/technical/pack-protocol.txt
b/Documentation/technical/pack-protocol.txt
index cd31edc91ea1989adc7f2321327c0a97685fe62f..efea53e2b6abf4824763e77059c0dd7efe8886fe 100644
(file)
--- 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
-------------
git clone https://git.99rst.org/PROJECT