Document LF appearing in shallow command during send-pack/receive-pack

The implementation sends an LF, but the protocol documentation was
missing this detail.

Signed-off-by: Shawn Pearce <spearce@spearce.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Shawn Pearce 2014-08-27 13:46:56 -07:00 коммит произвёл Junio C Hamano
Родитель d31f3ad23d
Коммит 5d146f7a0f
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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)