diff options
author | Christian Couder <christian.couder@gmail.com> | 2020-05-15 12:04:49 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2020-05-18 12:58:01 -0700 |
commit | 438528f611d7bf199d68584e514a304fa4153fbb (patch) | |
tree | 15cd98d8494b6d90808055ea1f130a9ca9a18c37 /t/t5100 | |
parent | upload-pack: use upload_pack_data writer in receive_needs() (diff) | |
download | tgif-438528f611d7bf199d68584e514a304fa4153fbb.tar.xz |
upload-pack: move symref to upload_pack_data
As we cleanup 'upload-pack.c' by using 'struct upload_pack_data'
more thoroughly, we are passing around that struct to many
functions, so let's also pass 'struct string_list symref' around
at the same time by moving it from a local variable in
upload_pack() into a field of 'struct upload_pack_data'.
Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t5100')
0 files changed, 0 insertions, 0 deletions