aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKristoffer Haugsbakk <code@khaugsbakk.name>2025-09-02 22:35:47 +0200
committerJunio C Hamano <gitster@pobox.com>2025-09-02 14:59:34 -0700
commitb0d97aac19b91886e4ae8745d56746e1df4d1457 (patch)
treeda0ce37282a19e440e2fb3ed2ead80a30c4520b1
parentbb4a83bb94e9307d9ec9bb87731effa37e58c86a (diff)
downloadgit-b0d97aac19b91886e4ae8745d56746e1df4d1457.tar.xz
doc: remove extra backtick for inline-verbatim
Signed-off-by: Kristoffer Haugsbakk <code@khaugsbakk.name> Signed-off-by: Junio C Hamano <gitster@pobox.com>
-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 58a2eaa51a..a54fcd7f21 100644
--- a/Documentation/git-fast-import.adoc
+++ b/Documentation/git-fast-import.adoc
@@ -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`.