Git fork

Merge branch 'kh/doc-fast-import-markup-fix'

Doc mark-up fix.

* kh/doc-fast-import-markup-fix:
doc: fast-import: replace literal block with paragraph

+4 -4
+4 -4
Documentation/git-fast-import.adoc
··· 61 61 currently impacts only the `export-marks`, `import-marks`, and 62 62 `import-marks-if-exists` feature commands. 63 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 68 69 69 Options for Frontends 70 70 ~~~~~~~~~~~~~~~~~~~~~