summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2014-09-09 12:54:09 -0700
committerJunio C Hamano <gitster@pobox.com>2014-09-09 12:54:09 -0700
commit346fad5bb335e18813b04c63afda39d6c8e5554b (patch)
treed4757caeeb928b861db2921e0433e07ebbe3b112
parentc0ad561a468f7f95c3697b73b7cffc2851988a8b (diff)
parent5d146f7a0f43c9e5e3f5b5508e482c6390cc25d2 (diff)
downloadgit-346fad5bb335e18813b04c63afda39d6c8e5554b.tar.gz
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
-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 18dea8d15f..569c48a352 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)