aboutsummaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2025-10-14 13:40:55 -0700
committerJunio C Hamano <gitster@pobox.com>2025-10-14 13:40:55 -0700
commit3bc761681f4363942ba80f0a4eaf6164d919c362 (patch)
tree5f3fba9cd277360151849f59b28c202ca7687e57 /Documentation
parent12c542bbcf912fde5171ffc623bb0a68666287f4 (diff)
parent31397bc4f7fd16dbafcc6d6d1e99808282689ba7 (diff)
downloadgit-3bc761681f4363942ba80f0a4eaf6164d919c362.tar.xz
Merge branch 'kh/doc-fast-import-markup-fix' into maint-2.51
Doc mark-up fix. * kh/doc-fast-import-markup-fix: doc: fast-import: replace literal block with paragraph
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/git-fast-import.adoc8
1 files changed, 4 insertions, 4 deletions
diff --git a/Documentation/git-fast-import.adoc b/Documentation/git-fast-import.adoc
index 6f9763c11b..ecaa8b87bd 100644
--- a/Documentation/git-fast-import.adoc
+++ b/Documentation/git-fast-import.adoc
@@ -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
~~~~~~~~~~~~~~~~~~~~~