]> git.ipfire.org Git - thirdparty/git.git/blobdiff - transport.c
ls-tree: fold "show_tree_data" into "cb" struct
[thirdparty/git.git] / transport.c
index 70e9c188a398db37d316becb9f8393a46ab350c5..e7b97194c103a3a7fad6d4174e40c96db9ff2a4c 100644 (file)
@@ -178,7 +178,7 @@ static int fetch_refs_from_bundle(struct transport *transport,
        if (!data->get_refs_from_bundle_called)
                get_refs_from_bundle_inner(transport);
        ret = unbundle(the_repository, &data->header, data->fd,
-                      &extra_index_pack_args);
+                      &extra_index_pack_args, 0);
        transport->hash_algo = data->header.hash_algo;
        return ret;
 }