From: Kristoffer Haugsbakk Date: Tue, 2 Sep 2025 20:35:47 +0000 (+0200) Subject: doc: remove extra backtick for inline-verbatim X-Git-Tag: v2.51.1~10^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b0d97aac19b91886e4ae8745d56746e1df4d1457;p=thirdparty%2Fgit.git doc: remove extra backtick for inline-verbatim Signed-off-by: Kristoffer Haugsbakk Signed-off-by: Junio C Hamano --- 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`.