summaryrefslogtreecommitdiff
path: root/Documentation/technical
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2014-09-09 19:54:09 (GMT)
committerJunio C Hamano <gitster@pobox.com>2014-09-09 19:54:09 (GMT)
commit346fad5bb335e18813b04c63afda39d6c8e5554b (patch)
treed4757caeeb928b861db2921e0433e07ebbe3b112 /Documentation/technical
parentc0ad561a468f7f95c3697b73b7cffc2851988a8b (diff)
parent5d146f7a0f43c9e5e3f5b5508e482c6390cc25d2 (diff)
downloadgit-346fad5bb335e18813b04c63afda39d6c8e5554b.zip
git-346fad5bb335e18813b04c63afda39d6c8e5554b.tar.gz
git-346fad5bb335e18813b04c63afda39d6c8e5554b.tar.bz2
Merge branch 'sp/pack-protocol-doc-on-shallow'
* sp/pack-protocol-doc-on-shallow: Document LF appearing in shallow command during send-pack/receive-pack
Diffstat (limited to 'Documentation/technical')
-rw-r--r--Documentation/technical/pack-protocol.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/technical/pack-protocol.txt b/Documentation/technical/pack-protocol.txt
index 18dea8d..569c48a 100644
--- 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)