]> git.ipfire.org Git - thirdparty/git.git/blobdiff - transport.c
bundle: add flags to verify_bundle()
[thirdparty/git.git] / transport.c
index b51e991e4439467c3cb2fc15381c259e135f5139..de4d88687ca5da7455b4ce2170f19f55b4d81d3f 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;
 }