]> git.ipfire.org Git - thirdparty/git.git/blobdiff - transport-helper.c
list-objects-filter: add and use initializers
[thirdparty/git.git] / transport-helper.c
index 322c7224782fbef8c9bdc7af4088b00f361a539d..e95267a4ab54dc12318435d157d1fdd37821f567 100644 (file)
@@ -1286,6 +1286,8 @@ int transport_helper_init(struct transport *transport, const char *name)
        if (getenv("GIT_TRANSPORT_HELPER_DEBUG"))
                debug = 1;
 
+       list_objects_filter_init(&data->transport_options.filter_options);
+
        transport->data = data;
        transport->vtable = &vtable;
        transport->smart_options = &(data->transport_options);