]> git.ipfire.org Git - thirdparty/git.git/commit - upload-pack.c
upload-pack: pass upload_pack_data to receive_needs()
authorChristian Couder <christian.couder@gmail.com>
Fri, 15 May 2020 10:04:47 +0000 (12:04 +0200)
committerJunio C Hamano <gitster@pobox.com>
Mon, 18 May 2020 19:58:01 +0000 (12:58 -0700)
commitd92ae2c0905c55f83830acec41ef7938200fa171
treeb9dbcad70b03ef6aeda087196a2747c20cd6f037
parent079776950561befa3040ebad789da2c3fab918ef
upload-pack: pass upload_pack_data to receive_needs()

As we cleanup 'upload-pack.c' by using 'struct upload_pack_data'
more thoroughly, let's pass 'struct upload_pack_data' to
receive_needs(), so that this function and the functions it
calls can use all the fields of that struct in followup commits.

Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
upload-pack.c