aboutsummaryrefslogtreecommitdiff
path: root/Documentation/git-checkout.adoc
diff options
context:
space:
mode:
authorJean-Noël Avila <jn.avila@free.fr>2025-12-19 18:54:15 +0000
committerJunio C Hamano <gitster@pobox.com>2025-12-20 14:55:43 +0900
commitb2ff85e12c9b8c9997ac22d2c1e49c5aa9660abd (patch)
tree0e086da0aed89af5526911a0f57838fefd6f8ae4 /Documentation/git-checkout.adoc
parent9a2fb147f2c61d0cab52c883e7e26f5b7948e3ed (diff)
downloadgit-b2ff85e12c9b8c9997ac22d2c1e49c5aa9660abd.tar.xz
doc: fix asciidoc markup issues in several files
* fix incorrect use of backticks for markup in git-checkout.adoc, git-worktree.adoc * switch tabs to spaces in git-send-email.adoc list items Signed-off-by: Jean-Noël Avila <jn.avila@free.fr> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-checkout.adoc')
-rw-r--r--Documentation/git-checkout.adoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-checkout.adoc b/Documentation/git-checkout.adoc
index 6f281b298e..43ccf47cf6 100644
--- a/Documentation/git-checkout.adoc
+++ b/Documentation/git-checkout.adoc
@@ -509,7 +509,7 @@ ARGUMENT DISAMBIGUATION
-----------------------
When you run `git checkout <something>`, Git tries to guess whether
-`<something>` is intended to be a branch, a commit, or a set of file(s),
+_<something>_ is intended to be a branch, a commit, or a set of file(s),
and then either switches to that branch or commit, or restores the
specified files.