]> git.ipfire.org Git - thirdparty/git.git/commit - fetch-pack.c
fetch-pack: advertise session ID in capabilities
authorJosh Steadmon <steadmon@google.com>
Wed, 11 Nov 2020 23:29:31 +0000 (15:29 -0800)
committerJunio C Hamano <gitster@pobox.com>
Thu, 12 Nov 2020 02:26:53 +0000 (18:26 -0800)
commit1e905bbc008dfc3c0ffe14b55bd920e188e51b4e
tree9d1b8a2b53020ae689cd83bc5db19521fd95a9ad
parent23bf486acae1a15bb214ab2004876533f6c73f96
fetch-pack: advertise session ID in capabilities

When the server sent a session-id capability and transfer.advertiseSID
is true, advertise fetch-pack's own session ID back to the server.

Signed-off-by: Josh Steadmon <steadmon@google.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
fetch-pack.c