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>

Jean-Noël Avila committed Dec 19, 2025 at 18:54 UTC b2ff85e12c9b8c9997ac22d2c1e49c5aa9660abd
3 files changed +9 -9
Documentation/git-checkout.adoc
+1 -1
@@ -509,7 +509,7 @@ ARGUMENT DISAMBIGUATION
509 -----------------------
510
511 When you run `git checkout <something>`, Git tries to guess whether
512 -`<something>` is intended to be a branch, a commit, or a set of file(s),
512 +_<something>_ is intended to be a branch, a commit, or a set of file(s),
513 and then either switches to that branch or commit, or restores the
514 specified files.
515
Documentation/git-send-email.adoc
+7 -7
@@ -277,7 +277,7 @@ must be used for each option.
277 --smtp-ssl::
278 Legacy alias for `--smtp-encryption ssl`.
279
280 ---smtp-ssl-cert-path::
280 +--smtp-ssl-cert-path <path>::
281 Path to a store of trusted CA certificates for SMTP SSL/TLS
282 certificate validation (either a directory that has been processed
283 by `c_rehash`, or a single file containing one or more PEM format
@@ -510,12 +510,12 @@ have been specified, in which case default to `compose`.
510 Currently, validation means the following:
511 +
512 --
513 - * Invoke the sendemail-validate hook if present (see linkgit:githooks[5]).
514 - * Warn of patches that contain lines longer than
515 - 998 characters unless a suitable transfer encoding
516 - (`auto`, `base64`, or `quoted-printable`) is used;
517 - this is due to SMTP limits as described by
518 - https://www.ietf.org/rfc/rfc5322.txt.
513 +* Invoke the sendemail-validate hook if present (see linkgit:githooks[5]).
514 +* Warn of patches that contain lines longer than
515 + 998 characters unless a suitable transfer encoding
516 + (`auto`, `base64`, or `quoted-printable`) is used;
517 + this is due to SMTP limits as described by
518 + https://www.ietf.org/rfc/rfc5322.txt.
519 --
520 +
521 Default is the value of `sendemail.validate`; if this is not set,
Documentation/git-worktree.adoc
+1 -1
@@ -104,7 +104,7 @@ associated with a new unborn branch named _<branch>_ (after
104 passed to the command. In the event the repository has a remote and
105 `--guess-remote` is used, but no remote or local branches exist, then the
106 command fails with a warning reminding the user to fetch from their remote
107 -first (or override by using `-f/--force`).
107 +first (or override by using `-f`/`--force`).
108
109 `list`::
110