doc: fast-import: replace literal block with paragraph

68061e34702 (fast-import: disallow "feature export-marks" by default, 2019-08-29) added the documentation for this option. The second paragraph is a literal block but it looks like it should just be a regular paragraph. Signed-off-by: Kristoffer Haugsbakk <code@khaugsbakk.name> Acked-by: Jeff King <peff@peff.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>

Kristoffer Haugsbakk committed Sep 8, 2025 at 22:28 UTC 31397bc4f7fd16dbafcc6d6d1e99808282689ba7
1 file changed +4 -4
Documentation/git-fast-import.adoc
+4 -4
@@ -61,10 +61,10 @@ OPTIONS
61 currently impacts only the `export-marks`, `import-marks`, and
62 `import-marks-if-exists` feature commands.
63 +
64 - Only enable this option if you trust the program generating the
65 - fast-import stream! This option is enabled automatically for
66 - remote-helpers that use the `import` capability, as they are
67 - already trusted to run their own code.
64 +Only enable this option if you trust the program generating the
65 +fast-import stream! This option is enabled automatically for
66 +remote-helpers that use the `import` capability, as they are
67 +already trusted to run their own code.
68
69 Options for Frontends
70 ~~~~~~~~~~~~~~~~~~~~~