Imported Upstream version 2.16.0
[platform/upstream/git.git] / Documentation / git-fast-import.txt
index ff71fc2..3d3d219 100644 (file)
@@ -50,21 +50,6 @@ OPTIONS
        memory used by fast-import during this run.  Showing this output
        is currently the default, but can be disabled with --quiet.
 
---allow-unsafe-features::
-       Many command-line options can be provided as part of the
-       fast-import stream itself by using the `feature` or `option`
-       commands. However, some of these options are unsafe (e.g.,
-       allowing fast-import to access the filesystem outside of the
-       repository). These options are disabled by default, but can be
-       allowed by providing this option on the command line.  This
-       currently impacts only the `export-marks`, `import-marks`, and
-       `import-marks-if-exists` feature commands.
-+
-       Only enable this option if you trust the program generating the
-       fast-import stream! This option is enabled automatically for
-       remote-helpers that use the `import` capability, as they are
-       already trusted to run their own code.
-
 Options for Frontends
 ~~~~~~~~~~~~~~~~~~~~~