summaryrefslogtreecommitdiff
path: root/Documentation/technical
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <gitster@pobox.com>2014-09-09 12:54:09 -0700
committerLibravatar Junio C Hamano <gitster@pobox.com>2014-09-09 12:54:09 -0700
commit346fad5bb335e18813b04c63afda39d6c8e5554b (patch)
treed4757caeeb928b861db2921e0433e07ebbe3b112 /Documentation/technical
parentMerge branch 'tf/imap-send-create' (diff)
parentDocument LF appearing in shallow command during send-pack/receive-pack (diff)
downloadtgif-346fad5bb335e18813b04c63afda39d6c8e5554b.tar.xz
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 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)