Skip to content

Commit d30d8ca

Browse files
committed
Merge branch 'ja/doc-misc-fixes' into next
Various documentation fixes. * ja/doc-misc-fixes: doc: flock of small fixes to various documentation files
2 parents 27c9ad1 + d5b8031 commit d30d8ca

File tree

5 files changed

+19
-19
lines changed

5 files changed

+19
-19
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-rebase.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ of the to-be-rebased branch. However, `ORIG_HEAD` is not guaranteed to still
8787
point to that commit at the end of the rebase if other commands that change
8888
`ORIG_HEAD` (like `git reset`) are used during the rebase. The previous branch
8989
tip, however, is accessible using the reflog of the current branch (i.e. `@{1}`,
90-
see linkgit:gitrevisions[7].
90+
see linkgit:gitrevisions[7]).
9191

9292
TRANSPLANTING A TOPIC BRANCH WITH --ONTO
9393
----------------------------------------

Documentation/git-repack.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,14 +77,14 @@ to the new separate pack will be written.
7777
Only useful with `--cruft -d`.
7878

7979
--max-cruft-size=<n>::
80-
Overrides `--max-pack-size` for cruft packs. Inherits the value of
80+
Override `--max-pack-size` for cruft packs. Inherits the value of
8181
`--max-pack-size` (if any) by default. See the documentation for
8282
`--max-pack-size` for more details.
8383

8484
--combine-cruft-below-size=<n>::
8585
When generating cruft packs without pruning, only repack
86-
existing cruft packs whose size is strictly less than `<n>`,
87-
where `<n>` represents a number of bytes, which can optionally
86+
existing cruft packs whose size is strictly less than `<n>`
87+
bytes, which can optionally
8888
be suffixed with "k", "m", or "g". Cruft packs whose size is
8989
greater than or equal to `<n>` are left as-is and not repacked.
9090
Useful when you want to avoid repacking large cruft pack(s) in

Documentation/git-send-email.adoc

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ Sending
208208
for your own case. Default is the value of `sendemail.smtpEncryption`.
209209

210210
--smtp-domain=<FQDN>::
211-
Specifies the Fully Qualified Domain Name (FQDN) used in the
211+
Specify the Fully Qualified Domain Name (FQDN) used in the
212212
HELO/EHLO command to the SMTP server. Some servers require the
213213
FQDN to match your IP address. If not set, `git send-email` attempts
214214
to determine your FQDN automatically. Default is the value of
@@ -245,7 +245,7 @@ a password is obtained using linkgit:git-credential[1].
245245
Disable SMTP authentication. Short hand for `--smtp-auth=none`.
246246

247247
--smtp-server=<host>::
248-
If set, specifies the outgoing SMTP server to use (e.g.
248+
Specify the outgoing SMTP server to use (e.g.
249249
`smtp.example.com` or a raw IP address). If unspecified, and if
250250
`--sendmail-cmd` is also unspecified, the default is to search
251251
for `sendmail` in `/usr/sbin`, `/usr/lib` and `$PATH` if such a
@@ -258,15 +258,15 @@ command names. For those use cases, consider using `--sendmail-cmd`
258258
instead.
259259

260260
--smtp-server-port=<port>::
261-
Specifies a port different from the default port (SMTP
261+
Specify a port different from the default port (SMTP
262262
servers typically listen to smtp port 25, but may also listen to
263263
submission port 587, or the common SSL smtp port 465);
264264
symbolic port names (e.g. `submission` instead of 587)
265265
are also accepted. The port can also be set with the
266266
`sendemail.smtpServerPort` configuration variable.
267267

268268
--smtp-server-option=<option>::
269-
If set, specifies the outgoing SMTP server option to use.
269+
Specify the outgoing SMTP server option to use.
270270
Default value can be specified by the `sendemail.smtpServerOption`
271271
configuration option.
272272
+
@@ -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
@@ -346,11 +346,11 @@ Automating
346346
--no-to::
347347
--no-cc::
348348
--no-bcc::
349-
Clears any list of `To:`, `Cc:`, `Bcc:` addresses previously
349+
Clear any list of `To:`, `Cc:`, `Bcc:` addresses previously
350350
set via config.
351351

352352
--no-identity::
353-
Clears the previously read value of `sendemail.identity` set
353+
Clear the previously read value of `sendemail.identity` set
354354
via config, if any.
355355

356356
--to-cmd=<command>::
@@ -509,12 +509,12 @@ have been specified, in which case default to `compose`.
509509
Currently, validation means the following:
510510
+
511511
--
512-
* Invoke the sendemail-validate hook if present (see linkgit:githooks[5]).
513-
* Warn of patches that contain lines longer than
514-
998 characters unless a suitable transfer encoding
515-
(`auto`, `base64`, or `quoted-printable`) is used;
516-
this is due to SMTP limits as described by
517-
https://www.ietf.org/rfc/rfc5322.txt.
512+
* Invoke the sendemail-validate hook if present (see linkgit:githooks[5]).
513+
* Warn of patches that contain lines longer than
514+
998 characters unless a suitable transfer encoding
515+
(`auto`, `base64`, or `quoted-printable`) is used;
516+
this is due to SMTP limits as described by
517+
https://www.ietf.org/rfc/rfc5322.txt.
518518
--
519519
+
520520
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)