diff options
author | Christian Couder <christian.couder@gmail.com> | 2020-05-15 12:04:45 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2020-05-18 12:58:01 -0700 |
commit | ebf8ebcc56d5f47c531bce0e6238244752d91888 (patch) | |
tree | 92cb917498aef1580e14073acdb56468d25f2c2a /builtin.h | |
parent | upload-pack: move 'struct upload_pack_data' around (diff) | |
download | tgif-ebf8ebcc56d5f47c531bce0e6238244752d91888.tar.xz |
upload-pack: use 'struct upload_pack_data' in upload_pack()
As we cleanup 'upload-pack.c' by using 'struct upload_pack_data'
more thoroughly, let's use 'struct upload_pack_data' in
upload_pack().
This will make it possible in followup commits to remove a lot
of static variables and local variables that have the same name
and purpose as fields in 'struct upload_pack_data'. This will
also make upload_pack() work in a more similar way as
upload_pack_v2().
Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'builtin.h')
0 files changed, 0 insertions, 0 deletions