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:
d31f3ad
)
Document LF appearing in shallow command during send-pack/receive-pack
author
Shawn Pearce
<redacted>
Wed, 27 Aug 2014 20:46:56 +0000
(13:46 -0700)
committer
Junio C Hamano
<redacted>
Thu, 28 Aug 2014 22:13:55 +0000
(15:13 -0700)
The implementation sends an LF, but the protocol documentation was
missing this detail.
Signed-off-by: Shawn Pearce <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 18dea8d15fa159b719a38588a0a346e58120ac61..569c48a352b76ab3fc0d31f21f0f1a1bd654f41d 100644
(file)
--- a/
Documentation/technical/pack-protocol.txt
+++ b/
Documentation/technical/pack-protocol.txt
@@
-467,7
+467,7
@@
references.
----
update-request = *shallow command-list [pack-file]
- shallow = PKT-LINE("shallow" SP obj-id)
+ shallow = PKT-LINE("shallow" SP obj-id
LF
)
command-list = PKT-LINE(command NUL capability-list LF)
*PKT-LINE(command LF)
git clone https://git.99rst.org/PROJECT