From b0d97aac19b91886e4ae8745d56746e1df4d1457 Mon Sep 17 00:00:00 2001 From: Kristoffer Haugsbakk Date: Tue, 2 Sep 2025 22:35:47 +0200 Subject: [PATCH] doc: remove extra backtick for inline-verbatim Signed-off-by: Kristoffer Haugsbakk Signed-off-by: Junio C Hamano --- Documentation/git-fast-import.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/git-fast-import.adoc b/Documentation/git-fast-import.adoc index 58a2eaa51a..a54fcd7f21 100644 --- a/Documentation/git-fast-import.adoc +++ b/Documentation/git-fast-import.adoc @@ -597,7 +597,7 @@ External data format:: + Here usually `` must be either a mark reference (`:`) set by a prior `blob` command, or a full 40-byte SHA-1 of an -existing Git blob object. If `` is `040000`` then +existing Git blob object. If `` is `040000` then `` must be the full 40-byte SHA-1 of an existing Git tree object or a mark reference set with `--import-marks`. -- 2.47.3