aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/git-fast-import.adoc
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2025-10-15 10:29:33 -0700
committerJunio C Hamano <gitster@pobox.com>2025-10-15 10:29:33 -0700
commit2d9f2dc7ceb11a1fd139e5b7cc74e4fd1834f741 (patch)
tree0b2bf8b0e2e91bf46c14eedfecf97323cbe907ae /Documentation/git-fast-import.adoc
parentf07b97aa6edb686ff4a7cc5e84d7277d3d4ae78c (diff)
parentb0d97aac19b91886e4ae8745d56746e1df4d1457 (diff)
downloadgit-2d9f2dc7ceb11a1fd139e5b7cc74e4fd1834f741.tar.gz
Merge branch 'kh/doc-markup-fixes' into maint-2.51
Doc markup fixes. * kh/doc-markup-fixes: doc: remove extra backtick for inline-verbatim doc: add missing backtick for inline-verbatim
Diffstat (limited to 'Documentation/git-fast-import.adoc')
-rw-r--r--Documentation/git-fast-import.adoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-fast-import.adoc b/Documentation/git-fast-import.adoc
index ecaa8b87bd..37d8aa3072 100644
--- a/Documentation/git-fast-import.adoc
+++ b/Documentation/git-fast-import.adoc
@@ -644,7 +644,7 @@ External data format::
+
Here usually `<dataref>` must be either a mark reference (`:<idnum>`)
set by a prior `blob` command, or a full 40-byte SHA-1 of an
-existing Git blob object. If `<mode>` is `040000`` then
+existing Git blob object. If `<mode>` is `040000` then
`<dataref>` must be the full 40-byte SHA-1 of an existing
Git tree object or a mark reference set with `--import-marks`.