diff options
author | Nguyễn Thái Ngọc Duy <pclouds@gmail.com> | 2014-02-06 15:10:37 (GMT) |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2014-02-10 18:21:33 (GMT) |
commit | 087e347f2672b9a950d6da56179ca44eb7ded834 (patch) | |
tree | 74907995bfb09f8ea40479bfe672e7fe1f7c9156 /Documentation/technical | |
parent | 32752e966d3370f6b411b42fe3a301bbd46d3eae (diff) | |
download | git-087e347f2672b9a950d6da56179ca44eb7ded834.zip git-087e347f2672b9a950d6da56179ca44eb7ded834.tar.gz git-087e347f2672b9a950d6da56179ca44eb7ded834.tar.bz2 |
protocol-capabilities.txt: refer multi_ack_detailed back to pack-protocol.txt
pack-protocol.txt explains in detail how multi_ack_detailed works and
what's the difference between no multi_ack, multi_ack and
multi_ack_detailed. No need to repeat here.
Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/technical')
-rw-r--r-- | Documentation/technical/protocol-capabilities.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Documentation/technical/protocol-capabilities.txt b/Documentation/technical/protocol-capabilities.txt index e3e7924..cb40ebb 100644 --- a/Documentation/technical/protocol-capabilities.txt +++ b/Documentation/technical/protocol-capabilities.txt @@ -69,6 +69,12 @@ ends. Without multi_ack the client would have sent that c-b-a chain anyway, interleaved with S-R-Q. +multi_ack_detailed +------------------ +This is an extension of multi_ack that permits client to better +understand the server's in-memory state. See pack-protocol.txt, +section "Packfile Negotiation" for more information. + thin-pack --------- |