]> git.ipfire.org Git - thirdparty/git.git/blobdiff - transport-helper.c
Merge branch 'km/submodule-doc-use-sm-path' into maint
[thirdparty/git.git] / transport-helper.c
index a9d690297e1fe33abdafed6126f0b4541ce35af5..413d9d873e8623ac40ee3c5912d80d5fb2534722 100644 (file)
@@ -435,6 +435,7 @@ static int get_importer(struct transport *transport, struct child_process *fasti
        child_process_init(fastimport);
        fastimport->in = xdup(helper->out);
        argv_array_push(&fastimport->args, "fast-import");
+       argv_array_push(&fastimport->args, "--allow-unsafe-features");
        argv_array_push(&fastimport->args, debug ? "--stats" : "--quiet");
 
        if (data->bidi_import) {