Skip to content

Commit 31694ab

Browse files
committed
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 <[email protected]>
1 parent d8af7ca commit 31694ab

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

Documentation/git-checkout.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -509,7 +509,7 @@ ARGUMENT DISAMBIGUATION
509509
-----------------------
510510
511511
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),
513513
and then either switches to that branch or commit, or restores the
514514
specified files.
515515

Documentation/git-send-email.adoc

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ must be used for each option.
277277
--smtp-ssl::
278278
Legacy alias for `--smtp-encryption ssl`.
279279

280-
--smtp-ssl-cert-path::
280+
--smtp-ssl-cert-path <path>::
281281
Path to a store of trusted CA certificates for SMTP SSL/TLS
282282
certificate validation (either a directory that has been processed
283283
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`.
510510
Currently, validation means the following:
511511
+
512512
--
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.
519519
--
520520
+
521521
Default is the value of `sendemail.validate`; if this is not set,

Documentation/git-worktree.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ associated with a new unborn branch named _<branch>_ (after
104104
passed to the command. In the event the repository has a remote and
105105
`--guess-remote` is used, but no remote or local branches exist, then the
106106
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`).
108108

109109
`list`::
110110

0 commit comments

Comments
 (0)