]> git.99rst.org Git - git.git/commit
doc: git-checkout: fix placeholder markup
authorKristoffer Haugsbakk <redacted>
Tue, 28 Oct 2025 18:19:19 +0000 (19:19 +0100)
committerJunio C Hamano <redacted>
Tue, 28 Oct 2025 19:01:23 +0000 (12:01 -0700)
commitd24220b9e81e75c14a9e67d71a60dd81a1ba5467
tree8df2d566ca6f5702959b565edd0835fd0e14c782
parent57da342c786f59eaeb436c18635cc1c7597733d9
doc: git-checkout: fix placeholder markup

The placeholder markup is underscore (_), not backtick (`) as well.

The inline-verbatim markup (backticks) handle interior formatting. This
means in this case that it applies HTML `<code>` to the underscores and
`<em>` to the placeholder.

That is the effect, anyway; we can see from the rest of 042d6f34 (doc:
git-checkout: clarify `-b` and `-B`, 2025-09-10) that this was probably
an unintended mix-up.

Acked-by: Julia Evans <redacted>
Signed-off-by: Kristoffer Haugsbakk <redacted>
Signed-off-by: Junio C Hamano <redacted>
Documentation/git-checkout.adoc
git clone https://git.99rst.org/PROJECT