diff options
author | Junio C Hamano <gitster@pobox.com> | 2014-09-19 14:05:11 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2014-09-19 14:05:11 -0700 |
commit | f7153344cf2b4fac1ca900ed485de9282a66d6e9 (patch) | |
tree | 3130878d078a3fa0d5dd4096b3f5dde437c767bc | |
parent | Merge branch 'jk/prompt-stash-could-be-packed' into maint (diff) | |
parent | Document LF appearing in shallow command during send-pack/receive-pack (diff) | |
download | tgif-f7153344cf2b4fac1ca900ed485de9282a66d6e9.tar.xz |
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.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) |