doc: remove extra backtick for inline-verbatim

Signed-off-by: Kristoffer Haugsbakk <code@khaugsbakk.name> Signed-off-by: Junio C Hamano <gitster@pobox.com>

Kristoffer Haugsbakk committed Sep 2, 2025 at 22:35 UTC b0d97aac19b91886e4ae8745d56746e1df4d1457
1 file changed +1 -1
Documentation/git-fast-import.adoc
+1 -1
@@ -597,7 +597,7 @@ External data format::
597 +
598 Here usually `<dataref>` must be either a mark reference (`:<idnum>`)
599 set by a prior `blob` command, or a full 40-byte SHA-1 of an
600 -existing Git blob object. If `<mode>` is `040000`` then
600 +existing Git blob object. If `<mode>` is `040000` then
601 `<dataref>` must be the full 40-byte SHA-1 of an existing
602 Git tree object or a mark reference set with `--import-marks`.
603