X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;ds=sidebyside;f=fast-import.c;h=ccdf2e57b0cf1846996bcda8e89d7d8575a031f6;hb=4886b89f8fde57b76738c96761eecbfbd0b13112;hp=acb8e2e360910574ef3b85546a82425bf1696d11;hpb=f3db366770ffc67196ee13cdcb65c6bfb45821f6;p=git.git diff --git a/fast-import.c b/fast-import.c index acb8e2e36..ccdf2e57b 100644 --- a/fast-import.c +++ b/fast-import.c @@ -951,7 +951,8 @@ static void end_packfile(void) close_pack_windows(pack_data); fixup_pack_header_footer(pack_data->pack_fd, pack_data->sha1, - pack_data->pack_name, object_count); + pack_data->pack_name, object_count, + NULL, 0); close(pack_data->pack_fd); idx_name = keep_pack(create_index());