mirror of
https://github.com/git/git.git
synced 2024-12-03 23:14:23 +08:00
http-protocol.txt: document SHA-256 "want"/"have" format
Document that rather than always naming objects using SHA-1, we should use whatever has been negotiated using the object-format capability. Signed-off-by: Martin Ågren <martin.agren@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
parent
878e727637
commit
5b6422a616
@ -401,8 +401,9 @@ at all in the request stream:
|
|||||||
The stream is terminated by a pkt-line flush (`0000`).
|
The stream is terminated by a pkt-line flush (`0000`).
|
||||||
|
|
||||||
A single "want" or "have" command MUST have one hex formatted
|
A single "want" or "have" command MUST have one hex formatted
|
||||||
SHA-1 as its value. Multiple SHA-1s MUST be sent by sending
|
object name as its value. Multiple object names MUST be sent by sending
|
||||||
multiple commands.
|
multiple commands. Object names MUST be given using the object format
|
||||||
|
negotiated through the `object-format` capability (default SHA-1).
|
||||||
|
|
||||||
The `have` list is created by popping the first 32 commits
|
The `have` list is created by popping the first 32 commits
|
||||||
from `c_pending`. Less can be supplied if `c_pending` empties.
|
from `c_pending`. Less can be supplied if `c_pending` empties.
|
||||||
|
Loading…
Reference in New Issue
Block a user