fetch-pack: write shallow, then check connectivity
[gitweb.git] / transport.c
index 39d8c2fa552d69f2759475062e38a0132894bdcf..fdd813f684f766fe22169537468402677b0eaa71 100644 (file)
@@ -350,6 +350,7 @@ static int fetch_refs_via_pack(struct transport *transport,
        data->got_remote_heads = 0;
        data->options.self_contained_and_connected =
                args.self_contained_and_connected;
+       data->options.connectivity_checked = args.connectivity_checked;
 
        if (refs == NULL)
                ret = -1;