diff options
| author | Junio C Hamano <gitster@pobox.com> | 2025-10-14 13:40:55 -0700 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2025-10-14 13:40:55 -0700 |
| commit | 3bc761681f4363942ba80f0a4eaf6164d919c362 (patch) | |
| tree | 5f3fba9cd277360151849f59b28c202ca7687e57 /Documentation | |
| parent | 12c542bbcf912fde5171ffc623bb0a68666287f4 (diff) | |
| parent | 31397bc4f7fd16dbafcc6d6d1e99808282689ba7 (diff) | |
| download | git-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.adoc | 8 |
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 ~~~~~~~~~~~~~~~~~~~~~ |
