diff options
| author | Junio C Hamano <gitster@pobox.com> | 2025-09-18 10:07:00 -0700 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2025-09-18 10:07:00 -0700 |
| commit | f0d71c3ed05e1b835a5b49198047b4c7aa760fa4 (patch) | |
| tree | 8efcd1973444b1450062363e4b7506db12774e89 | |
| parent | mailmap: consolidate multiple addresses into one (diff) | |
| parent | doc: fast-import: replace literal block with paragraph (diff) | |
| download | git-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.adoc | 8 |
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 ~~~~~~~~~~~~~~~~~~~~~ |
