]> git.ipfire.org Git - thirdparty/git.git/commit
upload-pack: pass upload_pack_data to deepen()
authorChristian Couder <christian.couder@gmail.com>
Thu, 11 Jun 2020 12:05:06 +0000 (14:05 +0200)
committerJunio C Hamano <gitster@pobox.com>
Thu, 11 Jun 2020 20:35:34 +0000 (13:35 -0700)
commitb1492f22f0c597ff43a790472f50aa114fe4fb73
tree9c5236cb7922cb362ffa31e4fbb54978c5fe403f
parentee703c8a43ae2901a652900e5831f0e813f56836
upload-pack: pass upload_pack_data to deepen()

As we cleanup 'upload-pack.c' by using 'struct upload_pack_data'
more thoroughly, let's pass that struct to deepen(), so that
this function can use all the fields of the struct.

This will be used in followup commits to move static variables
into 'upload_pack_data'.

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