Skip to content

Commit 087e347

Browse files
pcloudsgitster
authored andcommitted
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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 32752e9 commit 087e347

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Documentation/technical/protocol-capabilities.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,12 @@ ends.
6969
Without multi_ack the client would have sent that c-b-a chain anyway,
7070
interleaved with S-R-Q.
7171

72+
multi_ack_detailed
73+
------------------
74+
This is an extension of multi_ack that permits client to better
75+
understand the server's in-memory state. See pack-protocol.txt,
76+
section "Packfile Negotiation" for more information.
77+
7278
thin-pack
7379
---------
7480

0 commit comments

Comments
 (0)