summaryrefslogtreecommitdiffstats
path: root/git-fast-import.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2019-12-10 06:09:04 -0800
committerJunio C Hamano <gitster@pobox.com>2019-12-10 06:09:04 -0800
commit59e8824741436987ea088ff1f3c7c82d6fe48fc9 (patch)
tree8785c93dea7f5d8615b48ad80656321047745bd4 /git-fast-import.txt
parentb3f862c5e7e19d0ae8abc32492356ff7d1578110 (diff)
downloadgit-htmldocs-59e8824741436987ea088ff1f3c7c82d6fe48fc9.tar.gz
Autogenerated HTML docs for v2.24.1-425-g7034c
Diffstat (limited to 'git-fast-import.txt')
-rw-r--r--git-fast-import.txt15
1 files changed, 15 insertions, 0 deletions
diff --git a/git-fast-import.txt b/git-fast-import.txt
index a3f1e0c5e..7889f9594 100644
--- a/git-fast-import.txt
+++ b/git-fast-import.txt
@@ -51,6 +51,21 @@ 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
~~~~~~~~~~~~~~~~~~~~~