aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2025-09-18 10:07:00 -0700
committerJunio C Hamano <gitster@pobox.com>2025-09-18 10:07:00 -0700
commitf0d71c3ed05e1b835a5b49198047b4c7aa760fa4 (patch)
tree8efcd1973444b1450062363e4b7506db12774e89
parentmailmap: consolidate multiple addresses into one (diff)
parentdoc: fast-import: replace literal block with paragraph (diff)
downloadgit-f0d71c3ed05e1b835a5b49198047b4c7aa760fa4.tar.gz
git-f0d71c3ed05e1b835a5b49198047b4c7aa760fa4.zip
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
-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 e7d1214d2d..6e095b02a1 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
~~~~~~~~~~~~~~~~~~~~~