Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
pack-protocol: mention and point to docs for protocol v2
author
Brandon Williams
<bmwill@google.com>
Mon, 23 Jul 2018 17:48:07 +0000
(10:48 -0700)
committer
Junio C Hamano
<gitster@pobox.com>
Tue, 24 Jul 2018 19:59:51 +0000
(12:59 -0700)
Signed-off-by: Brandon Williams <bmwill@google.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/technical/pack-protocol.txt
patch
|
blob
|
history
raw
|
patch
|
inline
| side by side (parent:
bb4d000
)
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
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 Transport
-------------