]> git.ipfire.org Git - thirdparty/git.git/commitdiff
doc: remove extra backtick for inline-verbatim
authorKristoffer Haugsbakk <code@khaugsbakk.name>
Tue, 2 Sep 2025 20:35:47 +0000 (22:35 +0200)
committerJunio C Hamano <gitster@pobox.com>
Tue, 2 Sep 2025 21:59:34 +0000 (14:59 -0700)
Signed-off-by: Kristoffer Haugsbakk <code@khaugsbakk.name>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-fast-import.adoc

index 58a2eaa51a8034f0f124898f433c6b726e1c1037..a54fcd7f21dd4817a6925dce4caa3b7eec85e05c 100644 (file)
@@ -597,7 +597,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`.