diff options
author | Junio C Hamano <gitster@pobox.com> | 2014-09-09 12:54:09 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2014-09-09 12:54:09 -0700 |
commit | 346fad5bb335e18813b04c63afda39d6c8e5554b (patch) | |
tree | d4757caeeb928b861db2921e0433e07ebbe3b112 /Documentation/technical | |
parent | Merge branch 'tf/imap-send-create' (diff) | |
parent | Document LF appearing in shallow command during send-pack/receive-pack (diff) | |
download | tgif-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.txt | 2 |
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) |