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 | c0ad561a468f7f95c3697b73b7cffc2851988a8b (diff) | |
parent | 5d146f7a0f43c9e5e3f5b5508e482c6390cc25d2 (diff) | |
download | git-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
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) |