]> git.ipfire.org Git - thirdparty/git.git/commitdiff
doc: fast-import: replace literal block with paragraph
authorKristoffer Haugsbakk <code@khaugsbakk.name>
Mon, 8 Sep 2025 20:28:45 +0000 (22:28 +0200)
committerJunio C Hamano <gitster@pobox.com>
Wed, 10 Sep 2025 21:37:46 +0000 (14:37 -0700)
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>
Documentation/git-fast-import.adoc

index 58a2eaa51a8034f0f124898f433c6b726e1c1037..08b93f6f4303398efb9f2b0ced458853bab5c5f9 100644 (file)
@@ -61,10 +61,10 @@ OPTIONS
        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.
+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
 ~~~~~~~~~~~~~~~~~~~~~