Skip to content

Commit 31397bc

Browse files
LemmingAvalanchegitster
authored andcommitted
doc: fast-import: replace literal block with paragraph
68061e3 (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 <[email protected]> Acked-by: Jeff King <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 47243ee commit 31397bc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Documentation/git-fast-import.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,10 @@ OPTIONS
6161
currently impacts only the `export-marks`, `import-marks`, and
6262
`import-marks-if-exists` feature commands.
6363
+
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.
6868

6969
Options for Frontends
7070
~~~~~~~~~~~~~~~~~~~~~

0 commit comments

Comments
 (0)