summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2014-09-19 14:05:11 -0700
committerJunio C Hamano <gitster@pobox.com>2014-09-19 14:05:11 -0700
commitf7153344cf2b4fac1ca900ed485de9282a66d6e9 (patch)
tree3130878d078a3fa0d5dd4096b3f5dde437c767bc
parent8ec959fbcec5f12925eb0a4a60e789a818fdccb9 (diff)
parent5d146f7a0f43c9e5e3f5b5508e482c6390cc25d2 (diff)
downloadgit-f7153344cf2b4fac1ca900ed485de9282a66d6e9.tar.gz
Merge branch 'sp/pack-protocol-doc-on-shallow' into maint
* 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)