diff options
author | Christian Couder <christian.couder@gmail.com> | 2020-05-15 12:04:44 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2020-05-18 12:58:01 -0700 |
commit | e8498322fa033b6ed5320119a82da0bc50ca18ca (patch) | |
tree | a557a35d5368ea42c94d87858b5dfc082e879b60 /alias.c | |
parent | upload-pack: move {want,have}_obj to upload_pack_data (diff) | |
download | tgif-e8498322fa033b6ed5320119a82da0bc50ca18ca.tar.xz |
upload-pack: move 'struct upload_pack_data' around
As we cleanup 'upload-pack.c' by using 'struct upload_pack_data'
more thoroughly, let's move 'struct upload_pack_data' and the
related upload_pack_data_init() and upload_pack_data_clear()
functions towards the beginning of the file, so that this struct
and its related functions can then be used by upload_pack() in a
followup commit.
Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'alias.c')
0 files changed, 0 insertions, 0 deletions